aboutsummaryrefslogtreecommitdiff
path: root/src/core/random.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06[libc] Use wall clock time as seed for the (non-cryptographic) RNGsrandtimeMichael Brown1-3/+5
2016-06-09[libc] Always use a non-zero seed for the (non-crypto) RNGMichael Brown1-0/+2
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-07-14Dead code removal.Michael Brown1-1/+1
2007-07-02Warnings purge of src/coreMarty Connor1-0/+1
2007-01-19Split random number generation out into core/random.c, and create theMichael Brown1-0/+38