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
Name |
Description |
seedval |
The seed used to derive the two 64‐bit state words. |
Created with MrDocs