Skip to content
Snippets Groups Projects

fix random

Merged STEVAN Antoine requested to merge fix-random into main

should address #8 (closed)

changelog

  • move the internal rng to an argument of type R: RngCore for the following functions
    • recode in lib.rs
    • linalg::Matrix::random
    • generate_random_setup in main.rs
  • make sure
    • ark_std::test_rng is only used in tests modules
    • rand::thread_rng is used in benchmarks, examples and main.rs

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading