Rare bug fix
authorNicholas Ormrod <njormrod@fb.com>
Fri, 26 Sep 2014 22:17:04 +0000 (15:17 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 30 Sep 2014 23:15:51 +0000 (16:15 -0700)
commitb97197908f9ffa978dd9150a621c33b4f7ba4747
tree4535039a2d128c60d22f425b820333a8fe272769
parent0b326f2ebc27293c6dcfab91fd5d991c4cd4ea03
Rare bug fix

Summary:
By the birthday paradox, this will fail about once every 8,100
runs. Dropping to 100 with cut that to 1 in 860,000.

Test Plan: fbconfig -r folly && fbmake runtests

Reviewed By: sdoroshenko@fb.com

Subscribers: sdwilsh, njormrod

FB internal diff: D1581238
folly/test/RandomTest.cpp