Compatibility with Phobos library methods. Presents this RNG as an InputRange.
This struct disables its default copy constructor and so will only work with Phobos functions that "do the right thing" and take RNGs by reference and do not accidentally make implicit copies.
See Implementation
Compatibility with Phobos library methods. Presents this RNG as an InputRange.
This struct disables its default copy constructor and so will only work with Phobos functions that "do the right thing" and take RNGs by reference and do not accidentally make implicit copies.