[#InsecureRandomContext-Reseed] = xref:InsecureRandomContext.adoc[InsecureRandomContext]::Reseed :relfileprefix: ../ :mrdocs: Reset the context to a new state derived from a seed value. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void Reseed(uint64_t seedval) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *seedval* | The seed used to derive the two 64‐bit state words. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#