Fixed documentation in folly/Random.h
authorPeter Goldsborough <psag@fb.com>
Mon, 5 Jun 2017 21:17:02 +0000 (14:17 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 5 Jun 2017 21:22:02 +0000 (14:22 -0700)
commita6b10d84b12734b6cde0d94530b1e3e4635ce00a
treed0723290818701a8cf70d1c6c988d5597168019d
parent028e9512812ffc80654f17641d750f6ef57a4ef1
Fixed documentation in folly/Random.h

Summary:
The docs give `ThreadLocalPRNG rng = Random::threadLocalPRNG()` as an example
of creating a thread local PRNG, but `Random::threadLocalPRNG()` does not/no longer
exist. I think it's just `folly::ThreadLocalPRNG` right now.

Reviewed By: yfeldblum

Differential Revision: D5184992

fbshipit-source-id: 63a9ef62b32fca42088abec419ae53531910cc82
folly/Random.h