Helper function for prng.
The RNG to put the data into.
The seed to update the RNG with.
ubyte[4] buf; RNG rng; rng.addSeed(cast(ubyte) 0x01, buf, buf[0..2]);
See Implementation
Helper function for prng.