This project was made after watching Zanzlanz's video on reversing algorithms.
I wanted to recreate the randomness generation where each pixel is calculated as follows
- Math.floor((seed/(modulus-1))*255)
This allows you to see patterns in the randomness of the Linear Congruential Generator (LCG)-
Notifications
You must be signed in to change notification settings - Fork 0
A LCG (Linear congruential generator) randomness pattern viewver where you can input your own values.
License
Vahaz/LCG-Pattern-Viewver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A LCG (Linear congruential generator) randomness pattern viewver where you can input your own values.