https://github.com/oseiskar/mersenne-twister
Mersenne Twister or C-rand guessing game
https://github.com/oseiskar/mersenne-twister
game javascript no-backend
Last synced: about 1 month ago
JSON representation
Mersenne Twister or C-rand guessing game
- Host: GitHub
- URL: https://github.com/oseiskar/mersenne-twister
- Owner: oseiskar
- Created: 2018-05-19T14:39:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T10:28:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T15:16:23.648Z (3 months ago)
- Topics: game, javascript, no-backend
- Language: JavaScript
- Homepage: http://oseiskar.github.io/mersenne-twister
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mersenne Twister party game
**Can you spot the difference between the C random number generator and
Mersenne Twister?**
Note: the game drops 5 to 11 low bits of the C PRNG state, depending on the
level. The actual implementation drops 16. That would make the game a bit
too difficult.