mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
polish/factor ~ correct spelling
This commit is contained in:
parent
c5296f00d0
commit
ae06368cd8
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ impl quickcheck::Arbitrary for Factors {
|
||||||
let mut n = u64::MAX;
|
let mut n = u64::MAX;
|
||||||
|
|
||||||
// Adam Kalai's algorithm for generating uniformly-distributed
|
// Adam Kalai's algorithm for generating uniformly-distributed
|
||||||
// integers and their factorisation.
|
// integers and their factorization.
|
||||||
//
|
//
|
||||||
// See Generating Random Factored Numbers, Easily, J. Cryptology (2003)
|
// See Generating Random Factored Numbers, Easily, J. Cryptology (2003)
|
||||||
'attempt: loop {
|
'attempt: loop {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue