getRandom

getRandom - runs platform specific random function.

  1. void getRandom(ubyte[] buf)
    @trusted nothrow
    void
    getRandom
    (
    ref scope ubyte[] buf
    )
    in (buf.length <= 256)
  2. T getRandom()

Meta