https://github.com/karshprime/uni-random_walker
[COS10009 ] Custom project
https://github.com/karshprime/uni-random_walker
math pseudorandom random random-walker
Last synced: about 1 year ago
JSON representation
[COS10009 ] Custom project
- Host: GitHub
- URL: https://github.com/karshprime/uni-random_walker
- Owner: karshPrime
- License: gpl-3.0
- Created: 2022-03-27T07:03:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T07:03:31.000Z (over 4 years ago)
- Last Synced: 2023-09-12T12:56:37.985Z (almost 3 years ago)
- Topics: math, pseudorandom, random, random-walker
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Walker
Script could be used to demonstrate how "random" computer generated pseudo-random numbers really are.
Script got support for multiple PRNG algorithms.
Made for Uni assignment- COS10009