Merge remote branch 'gvdb/master'
[platform/upstream/glib.git] / glib / grand.c
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-30 Ryan LortieGRand: move docs from tmpl to inline comments
2009-08-28 Matthias ClasenRead /dev/urandom unbuffered
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-26 Matthias ClasenDon't repeat a failed fclose() call, since that invokes...
2006-01-30 David SchleefUpdate URL
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-02-24 Sebastian WilhelmiAdd Since: 2.4, where due
2004-01-23 Tor LillqvistDon't include <unistd.h> unless HAVE_UNISTD_H. Include...
2004-01-10 George LeblAdd the init_by_array functionality from the reference...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-02-11 Sebastian WilhelmiChanged my e-mail address. Removed my e-mail address.
2002-12-11 Owen TaylorInclude string.h, supress a warning.
2002-12-10 Sebastian WilhelmiImprove generation of pseudo-random integers. (#99720...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-26 Sebastian WilhelmiImproved the seeding algorithm. Old behaviour can be...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2001-12-12 Matthias ClasenDocumentation fixes.
2001-09-27 Manish Singhfix typo (#if->#ifdef) so it compiles again.
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2000-12-19 Sebastian WilhelmiUpdated G_RAND_DOUBLE_TRANSFORM to be more accurate...
2000-10-13 Sebastian WilhelmiAdded inline documentation.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-07 Sebastian WilhelmiFixed bug. Thanks to Marko Kreen <marko@l-t.ee> for...
1999-08-19 Sebastian WilhelmiUse /dev/urandom, as it doesn't block, which /dev/rando...
1999-06-30 Sebastian WilhelmiFinally removed the g_random_normal and g_rand_normal...
1999-04-12 Sebastian WilhelmiMoved struct declaration up. Style fixes.
1999-04-09 Sebastian WilhelmiNew files to implement the Mersenne Twister Pseudo...