Random.next

Gets the next bytes in the random stream

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

Meta