The OpenD Programming Language

PermutedCongruentialEngine.this

  1. this(Uint seed, Uint stream_)
    struct PermutedCongruentialEngine(alias output, stream_t streamType, bool output_previous, mult_...)
    static if(can_specify_stream)
    this
    ()
    (,
    Uint stream_ = default_increment_unset_stream!Uint
    )
    if (
    mult_.length <= 1
    )
  2. this(Uint seed)

Meta