History log of /haiku/src/add-ons/kernel/bus_managers/random/yarrow_rng.h
Revision Date Author Comments
# 34e92438 19-Nov-2022 Jérôme Duval <jerome.duval@gmail.com>

random: always use the PRNG, and use entropy sources to feed it

remove the yarrow module. the hardware modules can push entropy with queue_randomness().
virtio_rng will now push entropy every 300 seconds.
helps with #14937

Change-Id: If76c5deabf61dc616a0e051332f44b89deb6b8a1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5824
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# f73fb105 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: added a bus interface for RNG modules.

* Yarrow RNG is the default RNG module.


# 7032e703 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: move to bus_managers/


# f73fb1051dbdebede4a6ecec5b37674237f0b528 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: added a bus interface for RNG modules.

* Yarrow RNG is the default RNG module.


# 7032e7033039a3bea39e49fdd7084369ce9c7d47 27-Aug-2013 Jérôme Duval <jerome.duval@gmail.com>

random: move to bus_managers/