Implement Random.cpp for MSVC
authorOrvid King <blah38621@gmail.com>
Mon, 17 Aug 2015 17:32:51 +0000 (10:32 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 17 Aug 2015 18:20:20 +0000 (11:20 -0700)
commit9af380441971bc1d285c1c64cea3e3d80fe45079
treeeda5586c2db3f4511e48ef0bfb97c439c4e911cd
parent750586e0f3fc85aa6dec08ecd54a95fca1b4b7ca
Implement Random.cpp for MSVC

Summary: This uses `<random>` to implement it, because there is no `/dev/urandom` on Windows.
Closes #250

Reviewed By: @yfeldblum

Differential Revision: D2282887

Pulled By: @sgolemon
folly/Random.cpp