LinearCongruentialEngine.this

Constructs a LinearCongruentialEngine using the default seed configuration.

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

Meta