Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.2 KB

xrand

Multi-language implementation of the Twisted Generalized Feedback Shift Register (TGFSR) pseudorandom number generator

About

xrand banner

xrand is a pseudorandom number generator based on the Twisted Generalized Feedback Shift Register (TGFSR) algorithm. Designed for developers across various ecosystems, xrand delivers consistent, high-quality random numbers in Python, TypeScript, Go, and Rust. Ready for use in games, simulations, or other applications that require reliable randomness.

Examples

[Typescript] [Python] [Rust] [Go]

Use Cases

Axie Classic Raffle event

In Axie Classic Season 6, the Raffle event used xrand to pick winners based on their ticket number.

[Visit site][Simulation] Axie Classic Raffle

Nio's Nightmare Raffle event

[Visit site][Simulation] Nio's Nightmare Raffle