Fix Random-inl.h under MSVC
authorOrvid King <blah38621@gmail.com>
Wed, 29 Jul 2015 17:45:41 +0000 (10:45 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 29 Jul 2015 18:22:14 +0000 (11:22 -0700)
commit5e6f4e7780776d79ab90ff18f80e9ff577fa2a2e
tree80c37f4fd849b56d2775c77e3d971ef001e4093a
parente405081d9ad0f39590e198e4f9a81c2242d653d7
Fix Random-inl.h under MSVC

Summary: With MSVC, `seedData.begin()` does not return a `void*`, so get a pointer to the data, and explicitly cast that to a `void*` instead.
Closes #251

Reviewed By: @yfeldblum

Differential Revision: D2282929

Pulled By: @sgolemon
folly/Random-inl.h