coreutils/src/uu/factor
nicoo 37f717f5e3 factor: Add tests against (random) numbers with known factorisations (#1573) (#1578)
* factor::Factors: Derive implementations of Eq and PartialEq

* factors::Factors: Implement quickcheck::Arbitrary

This generates uniformly-distributed integers with known factorisations,
and will enable further testing.

* factor: Test against random numbers with known factorisations

* factor::Factors::arbitrary: Simplify method signature
2020-08-08 22:26:25 -05:00
..
benches factor::numeric::gcd: Add criterion-powered benchmark 2020-07-24 22:58:26 +02:00
src factor: Add tests against (random) numbers with known factorisations (#1573) (#1578) 2020-08-08 22:26:25 -05:00
build.rs factor: Split numeric.rs into multiple modules (#1567) 2020-08-02 20:28:00 +02:00
Cargo.toml factor::numeric::gcd: Add criterion-powered benchmark 2020-07-24 22:58:26 +02:00
sieve.rs docs ~ spell-check repairs and addition of exceptions 2020-05-30 01:36:02 -05:00