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

Synopsis

Declared in <random.h>

constexpr
explicit
InsecureRandomContext(uint64_t seedval) noexcept;

Parameters

Name

Description

seedval

The seed used to derive the two 64‐bit state words.

Created with MrDocs