std::independent_bits_engine
Min standard notice:
Header: <random>
independent_bits_engine is a random number engine adaptor that produces random numbers with different number of bits than that of the wrapped engine.
# Declarations
template<
class Engine,
std::size_t W,
class UIntType
> class independent_bits_engine;
(since C++11)
# Example
This section is incompleteReason: no example