Multi-language implementation of the Twisted Generalized Feedback Shift Register (TGFSR) pseudorandom number generator
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.
[Typescript] [Python] [Rust] [Go]
In Axie Classic Season 6, the Raffle event used xrand
to pick winners based on their ticket number.