- arc4random_buf
void arc4random_buf(void* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRandom
void getRandom(ubyte[] buf)
getRandom - runs platform specific random function.
- getRandom
T getRandom()
Undocumented in source. Be warned that the author may not have intended to support it.
- getrandom
ptrdiff_t getrandom(void* buf, size_t buflen, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- isGetRandomAvailable
bool isGetRandomAvailable()
Undocumented in source. Be warned that the author may not have intended to support it.