randomBytes

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

  1. ubyte[] randomBytes(size_t numBytes)
    ubyte[]
    randomBytes
    (
    Rand = DefaultCryptoRand
    )
    (
    size_t numBytes
    )
    if (
    isDAuthRandom!Rand
    )
  2. ubyte[] randomBytes(size_t numBytes, ref Rand rand)

Meta