Futex::futexWait returns FutexResult
[folly.git] / folly / test / RandomTest.cpp
2017-07-31 Yedidya FeldblumSimplify the StateSize helper in Random
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-01-04 Yedidya Feldblum2017
2016-12-27 Christopher Smallpass RNG by reference so state is updated on each call
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-07-22 Wez Furlongfolly: fixup folly::Random FixedSeed test expectations...
2016-07-16 Wez Furlongfolly: fix constexpr methods in RandomTest on macos
2016-07-01 Christopher DykesConstantRNG should implement UniformRandomBitGenerator
2016-04-15 David GoldblattCorrectly deduce RNG type in folly::Random
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-14 Yedidya FeldblumLift the test for ext/random and sfmt19937
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-30 Nicholas OrmrodRare bug fix
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-02-28 Ben MaurerFix random tests
2014-02-28 Ben MaurerRandom number generator utilities for folly
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-08-26 Sergey Doroshenkofolly: randomNumberSeed should be random wrt multiple...