A random walk is a mathematical object, known as a stochastic or random process, that describes a path that consists of a succession of random steps on some mathematical space such as the integers.
Source: https://en.wikipedia.org/wiki/Random_walk
For this project you need to have matplotlib
installed: https://matplotlib.org/faq/installing_faq.html
# Clone the repository
git clone https://github.com/wmai/random_walk.git
cd random_walk
# Run it
python ./walk.py