Migrate ff, group, pairing, and bellman to rand 0.6
This commit is contained in:
@@ -1173,7 +1173,9 @@ fn test_neg_one() {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
use rand::{SeedableRng, XorShiftRng};
|
||||
use rand_core::SeedableRng;
|
||||
#[cfg(test)]
|
||||
use rand_xorshift::XorShiftRng;
|
||||
|
||||
#[test]
|
||||
fn test_fq_repr_ordering() {
|
||||
|
||||
Reference in New Issue
Block a user