jmssnr / shuffling-probability

Visualizing shuffling probabilities with visx

Home Page:https://shuffling-probability.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shuffle Probabilities

Consider a deck of 52 playing cards. After giving the deck a shuffle, where would you most likely find the original top card?

I created this small web-application based on Next.js and visx to give you the answer for several different types of shuffles.

demo

Development

To run the simulation models yourself, create a python environment and install the only dependency numpy:

python -m venv .venv 
pip install numpy

Calling model.py will then run the simulations and store the results in the data.json where it is picked up by the Next.js application.

About

Visualizing shuffling probabilities with visx

https://shuffling-probability.vercel.app


Languages

Language:TypeScript 79.7%Language:Python 13.9%Language:JavaScript 3.8%Language:CSS 2.6%