InsecureRandomContext::Reseed

Reset the context to a new state derived from a seed value.

Synopsis

Declared in <random.h>

constexpr
void
Reseed(uint64_t seedval) noexcept;

Parameters

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