mirror of
https://review.haiku-os.org/haiku
synced 2025-01-24 15:24:50 +01:00
8d2bf6953e
* The default module is replaced by the Virtio RNG module when found. * This can have the undesired effect of rendering /dev/urandom slow. * Tested with the following QEmu command line option: -device virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/random,id=rng0 * moved random.h to private/drivers headers.