fix random
should address #8 (closed)
changelog
- move the internal
rng
to an argument of typeR: RngCore
for the following functions-
recode
inlib.rs
linalg::Matrix::random
-
generate_random_setup
inmain.rs
-
- make sure
-
ark_std::test_rng
is only used in tests modules -
rand::thread_rng
is used in benchmarks, examples andmain.rs
-