> For the complete documentation index, see [llms.txt](https://keydrop.gitbook.io/keydrop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keydrop.gitbook.io/keydrop.fun/how-does-our-randomization-work.md).

# 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.
