PCGEngine.this

+ Creates and seeds a new RNG, at the specified stream. + Only available if using the SetSeq variation.

  1. this(StateType seed)
  2. this(StateType seed, StateType stream)
    struct PCGEngine(ResultType, StateType, alias OutputFunc, bool OutputPrevious = true, alias StreamTypeMixin = OneSeq, StateType Multiplier = default_multiplier!StateType)
    this
    pure
    (
    StateType seed
    ,
    StateType stream
    )

Meta