PseudoRandomizer
Inherits: IPseudoRandomizer
Author: fx(hash)
See the documentation in {IPseudoRandomizer}
Functions
requestRandomness
function requestRandomness(uint256 _tokenId) external;
generateSeed
Generates random seed for token using entropy
function generateSeed(uint256 _tokenId) public view returns (bytes32);
Parameters
Name | Type | Description |
---|---|---|
_tokenId | uint256 | ID of the token |
Returns
Name | Type | Description |
---|---|---|
<none> | bytes32 | Hash of the seed |