History log of /haiku/headers/private/kernel/util/Random.h
Revision Date Author Comments
# 87d1bdb8 10-Apr-2013 Pawel Dziepak <pdziepak@quarnos.org>

util: add secure pseudorandom number generator


# 69042ecd 10-Apr-2013 Pawel Dziepak <pdziepak@quarnos.org>

util: style fixes


# 6003243e 10-Apr-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.


# 87d1bdb87cee4c70f049c0661229139d56684669 10-Apr-2013 Pawel Dziepak <pdziepak@quarnos.org>

util: add secure pseudorandom number generator


# 69042ecd1bb488fe91ff0693cc60d54712682f17 10-Apr-2013 Pawel Dziepak <pdziepak@quarnos.org>

util: style fixes


# 6003243ef3622395513da90919c225a4a9cfe2a8 10-Apr-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.