A program which calculates the bias of the random module in python.
Download the reposotory using:
git clone https://github.com/zaid1442011/random-bias-calculator.git
or download the zip file.
Make sure you are in the same directory where the python file is in, then run:
python3 random-bias.py
This program is inspired by this Scratch project by @Chiroyce (Github)