RandomBase.next

Gets the next bytes in the random stream

  1. size_t next()
  2. void next(ubyte[] destination)
    class RandomBase
    @nogc nothrow abstract
    void
    next
    (
    ref ubyte[] destination
    )

Meta