Randcast Utilities
function shuffle(uint256 upper, uint256 randomness) pure returns (uint256[] memory)function draw(uint256 seed, uint256[] memory indices, uint256 count) pure returns (uint256[] memory)function roll(uint256 randomness, uint256 size) pure returns (uint256 number)function pickByWeights(uint256 randomness, uint256[] memory valueWeights) pure returns(uint256 chosenIndex)function batch(uint256 seed, uint256 length) pure returns (uint256[] memory)Last updated