-
Notifications
You must be signed in to change notification settings - Fork 63
contract.NextShufflerLazyInit
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
Inherits: NextShuffler
uint256[2] private _nextShufflerSourceStore;
bool private _isRandomnessSourceSet;
constructor() NextShuffler(0);
function isNumToShuffleSet() public view returns (bool);
function isRandomnessSourceSet() internal view returns (bool);
function _setNumToShuffle(uint256 _num) internal;
function _setRandomnessSource(bytes32 seed) internal;
function _load() internal view returns (PRNG.Source);
function _store(PRNG.Source _src) internal;