/RandomWalk

A project to visualize the Random Walk. This includes Random Walk in 2-D and 3-D space using matplotlib.

Primary LanguagePython

Random Walk

This project visualizes the Random Walk, showing it in 2d and 3d space.

Installation

Use the package manager pip to install the libraries below.

pip install matplotlib
pip install numpy

Usage

import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation

Examples

2-D Random Walk Example

Random Walk Demo

3-D Random Walk Example

Random Walk Demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.