Synopsis
Declared in <bits/uniform_int_dist.h>
template<
typename _ForwardIterator,
typename _UniformRandomBitGenerator>
void
__generate(
_ForwardIterator __f,
_ForwardIterator __t,
_UniformRandomBitGenerator& __urng,
param_type const& __p);
Created with MrDocs