An open API service indexing awesome lists of open source software.

https://github.com/mattmoony/drunkards-walk

The drunkard's walk random walk implemented and visualized in Python. Using numpy + matplotlib. *hick* 🍺
https://github.com/mattmoony/drunkards-walk

Last synced: 18 days ago
JSON representation

The drunkard's walk random walk implemented and visualized in Python. Using numpy + matplotlib. *hick* 🍺

Awesome Lists containing this project

README

          

# Drunkard's Walk
_I'm not drunk, I swear!_

---

## About

One dimensional random walk. Imagine a drunken person walking down the street.

## Results

![01](media/01.png)
_32 drunkards, 50% chance of making a step forward, 1000 steps_

![02](media/02.png)
_10 drunkards, 70% chance of making a step forward, 1000 steps_

---

... Matthias M. (November, 2019)