Generating functions.
Synopses
Declared in <bits/uniform_int_dist.h>
Generating functions.
template<typename _UniformRandomBitGenerator>
result_type
operator()(_UniformRandomBitGenerator& __urng);
template<typename _UniformRandomBitGenerator>
result_type
operator()(
_UniformRandomBitGenerator& __urng,
param_type const& __p);
Created with MrDocs