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* 🍺
- Host: GitHub
- URL: https://github.com/mattmoony/drunkards-walk
- Owner: MattMoony
- Created: 2019-11-04T01:20:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T11:37:18.000Z (about 6 years ago)
- Last Synced: 2025-01-19T10:31:16.066Z (12 months ago)
- Language: Python
- Homepage:
- Size: 755 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

_32 drunkards, 50% chance of making a step forward, 1000 steps_

_10 drunkards, 70% chance of making a step forward, 1000 steps_
---
... Matthias M. (November, 2019)