-
Notifications
You must be signed in to change notification settings - Fork 0
for modeling random walks: https://en.wikipedia.org/wiki/Random_walk
License
jpshankar/random_walk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Random_Walk, v1.1.1, for modeling random walks: https://en.wikipedia.org/wiki/Random_walk constructor: Random_Walk(pos, step) pos = starting position pos should support + operation step = function for taking a step to access the complete history of positions, use RandomWalk.walk_history after taking a step RandomWalk.walk_history is not accessible when no steps have been taken - then, RandomWalk.pos should be enough Install module with python setup.py install Run tests with python setup.py test
About
for modeling random walks: https://en.wikipedia.org/wiki/Random_walk
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published