summaryrefslogtreecommitdiff
path: root/src/support/rand.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2177: Don't ignore error return from __wt_epoch(), fix types acrossKeith Bostic2015-12-101-5/+7
* Allow functions to be called only from wtperf in s_funcs.Alex Gorrod2015-12-091-1/+2
* Fixed whitespace and a so-called spellcheck error in a comment.Alexandra (Sasha)Fedorova2015-12-081-5/+3
* WT-2177 Add an optional random seed to WiredTiger rand implementationSasha Fedorova2015-12-081-0/+22
* The __wt_random code to handle an uninitialized random state is broken,Keith Bostic2015-08-191-2/+5
* SERVER-19340 Fix the random state union.Michael Cahill2015-07-271-2/+2
* SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-6/+6
* George Marsaglia (geo@stat.fsu.edu) claimed a period of >2^60 for thisKeith Bostic2015-06-041-5/+5
* Fix the volatile declaration, from Alex's & Mark's review.Keith Bostic2015-06-011-2/+2
* Add a comment.Alex Gorrod2015-06-011-0/+5
* KNFKeith Bostic2015-05-301-1/+1
* Typo, in shuffling code around, lost the line the updated the PRNG's state.Keith Bostic2015-05-301-0/+1
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-20/+39
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-6/+20
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* typoMichael Cahill2013-06-071-4/+4
* Fix two issues with concurrent updates to skip lists.Michael Cahill2013-06-071-3/+11
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-1/+1
* Automated change whacked some copyright statements.Keith Bostic2011-08-051-1/+1
* Add a random number generator.Keith Bostic2011-07-271-0/+47