[#mp_units-uniform_int_distribution-0e-__generate-07] = xref:mp_units.adoc[mp_units]::xref:mp_units/uniform_int_distribution-0e.adoc[uniform_int_distribution]::__generate :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<bits/uniform_int_dist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename _ForwardIterator, typename _UniformRandomBitGenerator> void xref:mp_units/uniform_int_distribution-0e/__generate-05.adoc[__generate]( _ForwardIterator __f, _ForwardIterator __t, _UniformRandomBitGenerator& __urng); ---- [.small]#xref:mp_units/uniform_int_distribution-0e/__generate-05.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename _UniformRandomBitGenerator> void xref:mp_units/uniform_int_distribution-0e/__generate-0e.adoc[__generate]( result_type* __f, result_type* __t, _UniformRandomBitGenerator& __urng, param_type const& __p); ---- [.small]#xref:mp_units/uniform_int_distribution-0e/__generate-0e.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename _ForwardIterator, typename _UniformRandomBitGenerator> void xref:mp_units/uniform_int_distribution-0e/__generate-0f.adoc[__generate]( _ForwardIterator __f, _ForwardIterator __t, _UniformRandomBitGenerator& __urng, param_type const& __p); ---- [.small]#xref:mp_units/uniform_int_distribution-0e/__generate-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#