Reseed with explicit seed (only for testing).
Declared in <random.h>
<random.h>
void Reseed(uint256 const& seed) noexcept;
Name
Description
seed
The fixed seed to reset the context to.
Created with MrDocs