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