summaryrefslogtreecommitdiff
path: root/grand.c
Commit message (Expand)AuthorAgeFilesLines
* Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double()Sebastian Wilhelmi2000-12-191-60/+60
* Added inline documentation.Sebastian Wilhelmi2000-10-131-0/+111
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Fixed bug. Thanks to Marko Kreen <marko@l-t.ee> for reporting that.Sebastian Wilhelmi2000-04-071-2/+0
* Use /dev/urandom, as it doesn't block, which /dev/random might do. Do notSebastian Wilhelmi1999-08-191-16/+18
* Finally removed the g_random_normal and g_rand_normal functions.Sebastian Wilhelmi1999-06-301-55/+0
* Moved struct declaration up. Style fixes.Sebastian Wilhelmi1999-04-121-12/+25
* New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi1999-04-091-0/+334