FastRandomContext::Reseed

Reseed with explicit seed (only for testing).

Synopsis

Declared in <random.h>

void
Reseed(uint256 const& seed) noexcept;

Parameters

NameDescription
seedThe fixed seed to reset the context to.