[#mp_units-exponential_distribution-0e-__generate-02] = xref:mp_units.adoc[mp_units]::xref:mp_units/exponential_distribution-0e.adoc[exponential_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/exponential_distribution-0e/__generate-0f.adoc[__generate]( _ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator& __urng); ---- [.small]#xref:mp_units/exponential_distribution-0e/__generate-0f.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename _UniformRandomNumberGenerator> void xref:mp_units/exponential_distribution-0e/__generate-00.adoc[__generate]( result_type* __f, result_type* __t, _UniformRandomNumberGenerator& __urng, param_type const& __p); ---- [.small]#xref:mp_units/exponential_distribution-0e/__generate-00.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename _ForwardIterator, typename _UniformRandomNumberGenerator> void xref:mp_units/exponential_distribution-0e/__generate-05.adoc[__generate]( _ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator& __urng, param_type const& __p); ---- [.small]#xref:mp_units/exponential_distribution-0e/__generate-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#