Skip to content

Commit dfcdea6

Browse files
committed
refactor: remove useless import
1 parent 49a48ce commit dfcdea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/fermats_little_theorem.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use rand::prelude::*;
22
use rand::rngs::StdRng;
3-
use rand::SeedableRng;
43

54
use super::modular_exponential;
65

0 commit comments

Comments
 (0)