[#InsecureRandomContext-rand_uniform_delay] = xref:InsecureRandomContext.adoc[InsecureRandomContext]::rand_uniform_delay :relfileprefix: ../ :mrdocs: Return the time point advanced by a uniform random duration. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Tp> Tp rand_uniform_delay( Tp const& time, Tp::duration range) noexcept; ---- == Return Value `time` advanced by a uniform random duration in [0, range).] == Parameters [cols="1,4"] |=== | Name| Description | *time* | The base time point. | *range* | The width of the uniform delay applied to `time`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#