mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Typo.
This commit is contained in:
parent
25fdaf95f3
commit
01a613f7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ unsigned short get_random_ushort() {
|
|||
* if you get enough IPs (birthday paradox).
|
||||
*
|
||||
* This routine exploits the fact that a LCG won't repeat for the
|
||||
* entire duration of it's period. An LCG has some pretty bad
|
||||
* entire duration of its period. An LCG has some pretty bad
|
||||
* properties though so this routine does extra work to try to
|
||||
* tweak the LCG output so that is has very good statistics but
|
||||
* doesn't repeat. The tweak used was mostly made up on the spot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue