The OpenD Programming Language

SplitMixEngine.popFrontExactly

Compatibility with Phobos library methods. Presents this RNG as an InputRange.

import mir.random.engine.splitmix;
struct SplitMixEngine(alias mixer, bool split_enabled = false, OptionalArgs...)
@nogc nothrow pure @safe
alias popFrontExactly() = skip

Meta