summaryrefslogtreecommitdiff
path: root/glib/grand.c
Commit message (Expand)AuthorAgeFilesLines
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* More include cleanupsMatthias Clasen2011-10-171-1/+0
* Include genviron.h where necessaryMatthias Clasen2011-10-151-0/+1
* Deprecate g_thread_init()Ryan Lortie2011-10-041-2/+0
* GRand: Make sure to g_thread_init_glib()Ryan Lortie2011-09-091-0/+2
* GRand: remove setup from g_thread_init_glibRyan Lortie2011-09-091-13/+4
* GRand: avoid overflowMatthias Clasen2011-06-031-1/+5
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* grand: Fix URLs for info on the Mersenne TwisterJavier Jardón2010-12-171-2/+2
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* Remove eexcessive header inclusionsMatthias Clasen2010-09-031-3/+7
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* GRand: move docs from tmpl to inline commentsRyan Lortie2010-01-301-0/+64
* Read /dev/urandom unbufferedMatthias Clasen2009-08-271-0/+1
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-1/+1
* Don't repeat a failed fclose() call, since that invokes undefinedMatthias Clasen2006-04-261-6/+1
* Update URLDavid Schleef2006-01-301-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add Since: 2.4, where dueSebastian Wilhelmi2004-02-241-0/+6
* Don't include <unistd.h> unless HAVE_UNISTD_H. Include <process.h> onTor Lillqvist2004-01-231-0/+10
* Add the init_by_array functionality from the reference implementation ofGeorge Lebl2004-01-101-6/+131
* Fixes for #101264 and #99372:Sebastian Wilhelmi2003-02-141-2/+2
* Changed my e-mail address. Removed my e-mail address.Sebastian Wilhelmi2003-02-111-1/+1
* Include string.h, supress a warning.Owen Taylor2002-12-111-0/+2
* Improve generation of pseudo-random integers. (#99720, Morten WelinderSebastian Wilhelmi2002-12-101-27/+55
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-1/+5
* Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi2002-11-261-11/+64
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-10/+10
* Documentation fixes.Matthias Clasen2001-12-121-11/+11
* fix typo (#if->#ifdef) so it compiles again.Manish Singh2001-09-271-1/+1
* When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible2001-09-271-1/+6
* 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