libstdc++
std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > Class Template Reference

Detailed Description

template<typename _RandomNumberEngine, size_t __w, typename _UIntType>
class std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType >

Produces random numbers by combining random numbers from some base engine to produce random numbers with a specifies number of bits __w.

Definition at line 1076 of file random.h.


The documentation for this class was generated from the following file: