Replace random_device/mt19937 with folly/Random
authorShuo Li <shuoli@fb.com>
Tue, 4 Mar 2014 19:55:59 +0000 (11:55 -0800)
committerDave Watson <davejwatson@fb.com>
Mon, 10 Mar 2014 20:50:27 +0000 (13:50 -0700)
commit920a14c76144ce1896c428ff41e00922b7baab38
tree6f299de445adf641f040d7f7f647e77112eacfdd
parent60c0047af915dee869b5c44b0cd8a1a964dc3e09
Replace random_device/mt19937 with folly/Random

Summary: Replace random_device/mt19937 with folly/Random to increase hygiene of using Random

Test Plan:
For each file is changed, fbmake -opt is run; except one file: stealing_test.cc, since the TARGETS file is not under the path.
All fbmake are successfully passing

Reviewed By: bmaurer@fb.com

FB internal diff: D1199483

Blame Revision: v1
folly/Random.h