folly: fixup folly::Random FixedSeed test expectations on macOS
authorWez Furlong <wez@fb.com>
Fri, 22 Jul 2016 00:51:38 +0000 (17:51 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Fri, 22 Jul 2016 00:53:25 +0000 (17:53 -0700)
commit138f44b311c1de18d18eddea8ad7f25b93e975e4
treef0b024c7c06603ec2b162041a9cfe05f56e25f15
parentc2691bc6bb023aa8082e26fa81137584ae7925a8
folly: fixup folly::Random FixedSeed test expectations on macOS

Summary:
uniform_int_distribution is implemented differently on this system and
always returns the generated number from our constant random number generator.

Reviewed By: yfeldblum

Differential Revision: D3585418

fbshipit-source-id: 754076599ba77b49c17f03bb0c92264a3bed4ab0
folly/test/RandomTest.cpp