randombytes

set this callback to good (cryptograpic strong) random bytes generator you can use /dev/urandom as prng

void delegate(ubyte[] dest, size_t len) randombytes;

Meta