FastRandomContext::FastRandomContext

Initialize with explicit seed (only for testing)

Synopsis

Declared in <random.h>

explicit
FastRandomContext(uint256 const& seed) noexcept;

Parameters

NameDescription
seedThe fixed seed to initialize the context with.