geRaff uses cryptographically secure randomness to select winners — the same kind used in security systems and encryption.
crypto.randomInt()We use crypto.randomInt from Node.js, which is based on the operating system's cryptographically secure pseudo-random number generator (CSPRNG). This is not Math.random() — it's the same randomness used in TLS certificates.
geRaff does not manipulate draws. The host initiates the draw, but cannot influence the outcome.
Want the full picture? See how the whole raffle process works →