randombytes_buf

The randombytes_buf() function fills the array buf with an unpredictable sequence of bytes.

  1. alias randombytes_buf = deimos.sodium.randombytes.randombytes_buf
  2. void randombytes_buf(ubyte[] buf)
    pragma(inline, true) @nogc nothrow @trusted
    void
    randombytes_buf
    (
    scope ubyte[] buf
    )

Meta