Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
HashMixerRNG.read
size_t read ( scope ubyte[] buffer, IOMode mode );
class HashMixerRNG { // ... alias read = RandomNumberStream.read; // ... }