usage: main.py [-h] -k ELEMENT [ELEMENT ...] [-m MODULUS] [-a MULTIPLIER] [-c INCREMENT] [-n COUNT]
options:
-h, --help show this help message and exit
-m MODULUS, --modulus MODULUS
LCG modulus
-a MULTIPLIER, --multiplier MULTIPLIER
LCG multiplier
-c INCREMENT, --increment INCREMENT
LCG increment
-n COUNT, --next COUNT
Calculate next values
required arguments:
-k ELEMENT [ELEMENT ...], --known-elements ELEMENT [ELEMENT ...]
Known values
-
Notifications
You must be signed in to change notification settings - Fork 2
TomasGlgg/LCGHack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Cracking RNG: Linear Congruential Generator