Skip to content

TastemakerDesign/randomness-testing-guide

Repository files navigation

Randomness Testing Guide

A beginner-friendly interactive guide to statistical randomness testing, with a focus on simplicity and explainability.

Features

  • 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

Getting Started

# Install dependencies
pnpm install

# Run development server
pnpm dev

# Build for production
pnpm build

# Lint code
pnpm lint

About

A beginner's guide to randomness testing with a focus on simplicity and explainability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages