URandomRNG provides an interface to the /dev/urandom RNG of most Unix like systems.
Evaulates at runtime if /dev/urandom is available.
Fill the buffer with random bytes.
Add a seed value to the PRNG.
See Implementation
URandomRNG provides an interface to the /dev/urandom RNG of most Unix like systems.