Add support for random numbers, and prime generation and testing.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate quickcheck;
|
||||
extern crate rand;
|
||||
|
||||
pub mod signed;
|
||||
pub mod unsigned;
|
||||
|
||||
Reference in New Issue
Block a user