Generating functions.
<bits/uniform_int_dist.h>template<typename Generator>
Q
operator()(Generator& g);
» more...
Generating functions.
template<typename _UniformRandomBitGenerator>
result_type
operator()(_UniformRandomBitGenerator& __urng);
» more...
template<typename _UniformRandomBitGenerator>
result_type
operator()(
_UniformRandomBitGenerator& __urng,
param_type const& __p);
» more...