summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rand/rand.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros named ...vboxsync2015-08-181-9/+9
* *: scm cleanup run.vboxsync2015-08-141-6/+6
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* SUPDrv-win.cpp: Use the RTTerm/RTOnce stuff to clean up that default random n...vboxsync2014-07-081-9/+32
* header (C) fixesvboxsync2013-02-041-1/+1
* Extended RTOnce with termination cleanups. (Changes existing structures and f...vboxsync2012-11-151-14/+12
* backed out r78763 and r78763vboxsync2012-06-251-3/+1
* re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())vboxsync2012-06-251-1/+3
* backed out r78740vboxsync2012-06-221-3/+1
* Runtime: introduced RTRandAdvCreateOpenssl()vboxsync2012-06-221-1/+3
* SUPDrv: More exports.vboxsync2012-04-061-3/+2
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, don't in...vboxsync2010-05-091-1/+7
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).vboxsync2009-07-071-0/+11
* iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; RTRandAdvCreat...vboxsync2008-08-211-1/+1
* iprt: Implemented the /dev/urandom base random generator as a RTRAND opaque. ...vboxsync2008-08-201-276/+44
* IPRT/RTRand: cosmetics - don't take the address of an array.vboxsync2008-08-061-6/+6
* iprt: Fixed copy & past bug in RTRandU64Ex (weird why this didn't show up in ...vboxsync2008-08-041-2/+2
* iprt: common/misc/rand.cpp -> common/rand/rand.cppvboxsync2008-08-021-0/+375