LinearCongruentialEngine.this

Constructs a LinearCongruentialEngine seeded with x0.

  1. this()
  2. this(UIntType x0)
    class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
    @safe
    this
    (
    in UIntType x0
    )
    if (
    isUnsigned!UIntType &&
    isIntegral!UIntType
    )

Meta