The OpenD Programming Language

SplitMixEngine.increment_specifiable

Whether each instance can set its increment individually. Enables the split operation at the cost of increasing size from 64 bits to 128 bits.

struct SplitMixEngine(alias mixer, bool split_enabled = false, OptionalArgs...)
@nogc nothrow pure @safe
enum bool increment_specifiable;

Meta