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

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

Awesome Lists containing this project

README

        

# Mersenne Twister party game

**Can you spot the difference between the C random number generator and
Mersenne Twister?**

![crand-twister](crand-twister.png)

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.