Home
last modified time | relevance | path

Searched hist:"6003243 ef3622395513da90919c225a4a9cfe2a8" (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/util/
H A DRandom.h6003243ef3622395513da90919c225a4a9cfe2a8 Thu Apr 11 02:22:22 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> util: introduce kernel utils for pseudorandom number generation

Currently there are two generators. The fast one is the same one the scheduler
is using. The standard one is the same algorithm libroot's rand() uses. Should
there be a need for more cryptographically PRNG MD4 or MD5 might be a good
candidates.
/haiku/src/system/kernel/util/
H A DRandom.cpp6003243ef3622395513da90919c225a4a9cfe2a8 Thu Apr 11 02:22:22 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> util: introduce kernel utils for pseudorandom number generation

Currently there are two generators. The fast one is the same one the scheduler
is using. The standard one is the same algorithm libroot's rand() uses. Should
there be a need for more cryptographically PRNG MD4 or MD5 might be a good
candidates.
H A DJamfile6003243ef3622395513da90919c225a4a9cfe2a8 Thu Apr 11 02:22:22 UTC 2013 Pawel Dziepak <pdziepak@quarnos.org> util: introduce kernel utils for pseudorandom number generation

Currently there are two generators. The fast one is the same one the scheduler
is using. The standard one is the same algorithm libroot's rand() uses. Should
there be a need for more cryptographically PRNG MD4 or MD5 might be a good
candidates.