The OpenD Programming Language

SplitMixEngine.increment

Either an enum or a settable value depending on whether increment_specifiable == true. This should always be an odd number. The paper refers to this as γ so it is aliased as gamma.

  1. ulong increment;
  2. enum ulong increment;
    struct SplitMixEngine(alias mixer, bool split_enabled = false, OptionalArgs...)
    @nogc nothrow pure @safe
    static if(!(increment_specifiable))
    enum ulong increment;

Meta