XoshiroEngine.this

Undocumented in source.
  1. this()
    struct XoshiroEngine(UIntType, uint nbits, string scrambler, uint A, uint B, uint I, uint R, UIntType S, UIntType T)
    @disable
    this
    ()
    if (
    (
    is(UIntType == uint) ||
    is(UIntType == ulong)
    )
    &&
    "**" == scrambler
    &&
    (
    UIntType.sizeof * 8 * 4 == nbits ||
    UIntType.sizeof * 8 * 8 == nbits
    )
    )
  2. this(UIntType x0)

Meta