Change test_rng import to ark-std

This commit is contained in:
ValarDragon
2020-12-11 19:49:55 -06:00
committed by Pratyush Mishra
parent b17b17efcc
commit 530d618cca
42 changed files with 84 additions and 58 deletions

View File

@@ -1,7 +1,8 @@
use ark_ff::{
fields::{models::fp6_2over3::*, quadratic_extension::QuadExtParameters},
test_rng, Field,
Field,
};
use ark_std::test_rng;
use rand::Rng;
use crate::*;