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