mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-11 08:21:33 +01:00
Replace rand with ark_std::rand (#42)
* replace rand * update CHANGELOG * fmt * fix * fix
This commit is contained in:
@@ -9,8 +9,8 @@ use ark_std::test_rng;
|
||||
|
||||
use ark_algebra_test_templates::fields::*;
|
||||
|
||||
use core::str::FromStr;
|
||||
use rand::Rng;
|
||||
use ark_std::rand::Rng;
|
||||
use ark_std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
fn test_fr() {
|
||||
|
||||
Reference in New Issue
Block a user