Move static global variable randomDevice inside the scope of the function
authorFrancis Ma <fma@fb.com>
Thu, 9 Oct 2014 15:35:06 +0000 (08:35 -0700)
committerAndrii Grynenko <andrii@fb.com>
Wed, 15 Oct 2014 00:56:51 +0000 (17:56 -0700)
commit8cfe199f9c5a5676e3ff71e020efbb008f02a9ef
tree96264cbfe553dd6d6d4fa6d0c9b753de7885648a
parent8961aec70edc04d3e9f43fb28cc73d084896d8e1
Move static global variable randomDevice inside the scope of the function

Test Plan: Tests under folly passed

Reviewed By: seanc@fb.com

Subscribers: trunkagent, seanc, njormrod

FB internal diff: D1600266

Tasks: 5317470
folly/Random.cpp