Lift the test for ext/random and sfmt19937
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 14 Sep 2015 19:51:19 +0000 (12:51 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 14 Sep 2015 20:20:17 +0000 (13:20 -0700)
commite2c2baadf630b96b9a52debcd4ba1888af82be8e
treeb2759c46a312a18854ff8f734d0c55593ab207a3
parent72f394052266ab7874cd624b94d548fb68d9323d
Lift the test for ext/random and sfmt19937

Summary: [Folly] Lift the test for `<ext/random>` and `__gnu_cxx::sfmt19937`.

Put an actual check in `folly/configure.ac` and use the result in `folly/Random.h`.

Reviewed By: @Gownta

Differential Revision: D2438420
folly/Random-inl.h
folly/Random.h
folly/configure.ac
folly/test/RandomTest.cpp