Module posix_urandom

Procs

proc urandom*(size: Natural): seq[uint8] {.raises: [EOS, EOutOfMemory].}
Reads and returns size bytes from the file /dev/urandom. Raises EOS on failure.
Generated: 2014-08-25 17:15:01 UTC