Reseed with explicit seed (only for testing).

Synopsis

Declared in <random.h>

void
Reseed(uint256 const& seed) noexcept;

Parameters

Name

Description

seed

The fixed seed to reset the context to.

Created with MrDocs