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