How does our randomization work?
How Does Our Randomization Work?
Current Method: JavaScript Randomization
At present, our platform utilizes the JavaScript function Math.random() for randomization in features like Raffles and Lottos. The randomization is executed off-chain, meaning it is computed in our servers and not on the Ethereum blockchain, but it is done in a secure, trustable way.
Last updated