Random Walk generates random walks and uses Matplotlib to visualize them in a visually appealing scatter graph. A random walk describes a path that something takes when moving in random discrete steps in a mathematical space. It can model things like a pollen grain moving across water, a drunkard's steps and even gas particles moving around in a room.
Requirements:
- Python 3
- Matplotlib (refer to the Matplotlib Getting Started Guide)
Steps to Run:
- Download the project
- Run the random_walk_visual.py file (example command:
python random_walk_visual.py
)


The Python Crash Course, 3rd Edition textbook written by Eric Matthes was referred to when developing this project, specifically the Section II - Projects chapters.
Matthes, E. (2023). Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming. No Starch Press.
MIT License