XorshiftStarEngine.this

Undocumented in source.
  1. this()
    struct XorshiftStarEngine(StateUInt, uint nbits, int sa, int sb, int sc, StateUInt multiplier, OutputUInt = StateUInt)
    @disable
    this
    ()
    if (
    isUnsigned!StateUInt &&
    isUnsigned!OutputUInt
    &&
    OutputUInt.sizeof <= StateUInt.sizeof
    &&
    !(
    sa > 0 &&
    sb > 0
    &&
    sc > 0
    )
    )
  2. this(StateUInt x0)

Meta