Add support for random numbers, and prime generation and testing.
This commit is contained in:
@@ -4,4 +4,5 @@ version = "0.1.0"
|
||||
authors = ["awick"]
|
||||
|
||||
[dependencies]
|
||||
quickcheck = "^0.7.2"
|
||||
quickcheck = "^0.7.2"
|
||||
rand = "^0.6.0"
|
||||
Reference in New Issue
Block a user