Skip to content

contract.NextShufflerLazyInit

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

NextShufflerLazyInit

Git Source

Inherits: NextShuffler

State Variables

_nextShufflerSourceStore

uint256[2] private _nextShufflerSourceStore;

_isRandomnessSourceSet

bool private _isRandomnessSourceSet;

Functions

constructor

constructor() NextShuffler(0);

isNumToShuffleSet

function isNumToShuffleSet() public view returns (bool);

isRandomnessSourceSet

function isRandomnessSourceSet() internal view returns (bool);

_setNumToShuffle

function _setNumToShuffle(uint256 _num) internal;

_setRandomnessSource

function _setRandomnessSource(bytes32 seed) internal;

_load

function _load() internal view returns (PRNG.Source);

_store

function _store(PRNG.Source _src) internal;
Clone this wiki locally