parent
d2f265d195
commit
cb3a419d97
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ impl FromStrRadix for BigInt {
|
|||
}
|
||||
}
|
||||
|
||||
trait RandBigInt {
|
||||
pub trait RandBigInt {
|
||||
/// Generate a random `BigUint` of the given bit size.
|
||||
fn gen_biguint(&mut self, bit_size: uint) -> BigUint;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue