Skip to content

Commit c4595a5

Browse files
author
Maxim
authored
Update README.md
1 parent 2e93820 commit c4595a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This cracker works as the following way. It obtains first 624 32 bit numbers fro
1212
It is **important to feed cracker exactly 32-bit integers** generated by the generator due to the fact that they will be generated anyway, but dropped if you don't request for them.
1313
As well, you must feed the cracker exactly after new seed is presented, or after 624*32 bits are generated since every 624 32-bit numbers generator shifts it's state and cracker is designed to be fed from the begining of some state.
1414

15-
####Implemented methods
15+
#### Implemented methods
1616

1717
Cracker has one method for feeding: `submit(n)`. After submitting 624 integers it won't take any more and will be ready for predicting new numbers.
1818

0 commit comments

Comments
 (0)