Skip to content

MrKoshens/Random-number-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Number Generator

This is a mathematical model of random number generator written in python. The generator uses modular arithmetic to generate random numbers and scatter plot them in a graph.

Libraries

Matplotlib: Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. The pyplot module is used here to plot generated points in the graph.

Screenshots

Screenshot 1 Screenshot 2

Deployment

To deploy this project run

Arch

  pacman -S python-pip
  pip install matplotlib
  git clone https://github.com/MrKoshens/Random-number-generator
  python3 rng.py

Ubuntu or Debian-based distros

  apt-get install python-pip
  pip install matplotlib
  git clone https://github.com/MrKoshens/Random-number-generator
  python3 rng.py

MacOs

  brew install python-pip
  pip install matplotlib
  git clone https://github.com/MrKoshens/Random-number-generator
  python3 rng.py

Documentation

Matplotlib

Mod

Maths

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages