InsecureRandomContext::InsecureRandomContext

Construct the context, deriving the initial state from a seed value.

Synopsis

Declared in <random.h>

constexpr
explicit
InsecureRandomContext(uint64_t seedval) noexcept;

Parameters

NameDescription
seedvalThe seed used to derive the two 64-bit state words.