A beginner-friendly interactive guide to statistical randomness testing, with a focus on simplicity and explainability.
- Statistical Tests: Frequency, Block Frequency, Runs, Block Longest Run, Autocorrelation, and Word Frequency tests
- Random Generators: AES-based, Linear Congruential, and various deterministic generators for demonstration purposes
- Interactive Components: Interactive test execution with a random number generator comparison matrix
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
# Lint code
pnpm lint