summaryrefslogtreecommitdiff
path: root/libc/stdlib/random.c
AgeCommit message (Expand)Author
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09hidden initstate_r and usePeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-03Hide setstate_r, testPeter S. Mazinger
2005-11-30fix warning about __random() not being a prototypeMike Frysinger
2005-11-29Hiding againPeter S. Mazinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-04-27As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen
2001-03-22Add in random(), make rand use that under the hood. Fix theEric Andersen