Function randomBytes

numBytes must be a multiple of 4, or this will throw an Exception

Prototypes

ubyte[] randomBytes(Rand)(
  size_t numBytes
);

ubyte[] randomBytes(Rand)(
  size_t numBytes,
  ref Rand rand
);

Authors

Copyright

License