Initialize with explicit seed (only for testing)
Synopsis
Declared in <random.h>
explicit
FastRandomContext(uint256 const& seed) noexcept;
Parameters
Name |
Description |
seed |
The fixed seed to initialize the context with. |
Created with MrDocs