[#InsecureRandomContext-2constructor] = xref:InsecureRandomContext.adoc[InsecureRandomContext]::InsecureRandomContext :relfileprefix: ../ :mrdocs: Construct the context, deriving the initial state from a seed value. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit InsecureRandomContext(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]#