diff options
author | lloyd <[email protected]> | 2011-04-15 14:31:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-15 14:31:15 +0000 |
commit | 17a0dea60a7cf3af1978a906da51d905474a7bb2 (patch) | |
tree | 66fc6c50436781b2fdbced1559cbe88b76be5609 /doc/bigint.txt | |
parent | 3cc48850a1ff888025d7d454069ef0feaf87561e (diff) |
More line wrapping, paragraph reflow
Diffstat (limited to 'doc/bigint.txt')
-rw-r--r-- | doc/bigint.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bigint.txt b/doc/bigint.txt index cf42726cc..7eb884039 100644 --- a/doc/bigint.txt +++ b/doc/bigint.txt @@ -95,7 +95,8 @@ Number theoretic functions available include: so it is much less likely that ``verify_prime`` will return a false positive than ``check_prime`` will. -.. cpp:function BigInt random_prime(RandomNumberGenerator& rng, size_t bits, BigInt coprime = 1, size_t equiv = 1, size_t equiv_mod = 2) +.. cpp:function BigInt random_prime(RandomNumberGenerator& rng, \ + size_t bits, BigInt coprime = 1, size_t equiv = 1, size_t equiv_mod = 2) Return a random prime number of ``bits`` bits long that is relatively prime to ``coprime``, and equivalent to ``equiv`` modulo |