randombytes_buf

The randombytes_buf() function fills size bytes starting at buf with an unpredictable sequence of bytes.

  1. alias randombytes_buf = deimos.sodium.randombytes.randombytes_buf
  2. void randombytes_buf(ubyte[] buf)

Meta