How to create random NFT

I will using Chainlink VRF

function getRandomNumber(uint256 seed) public returns (bytes32 requestId) {
       return requestRandomness(keyHash, fee, seed);
   }

function fulfillRandomness(bytes32 requestId, uint256 randomness) internal override {
       randomResult = randomness;
   }
Subscribe to web3hooks
Receive the latest updates directly to your inbox.
Verification
This entry has been permanently stored onchain and signed by its creator.