Skip to content

Commit

Permalink
futz with random test seed
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepozo committed Dec 18, 2023
1 parent 5ee3542 commit 6cd226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn arith_evaluate(name: &str, inps: &[i32]) -> Result<i32, ()> {
#[ignore]
fn ec_circuits_dl() {
let dsl = circuits::dsl();
let rng = &mut SmallRng::from_seed([1u8; 32]);
let rng = &mut SmallRng::from_seed([37u8; 32]);
let tasks = circuits::make_tasks(rng, 100);
let ec_params = ECParams {
frontier_limit: 10,
Expand Down

0 comments on commit 6cd226b

Please sign in to comment.