Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Sep 19, 2024
1 parent 8551998 commit 2ff7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ printstyled("Running tests:\n", color=:blue)

Random.seed!(345679)

rng = MersenneTwister(345679)
rng = MersenneTwister(123456)

function Random.seed!(args...)
if length(args) > 0 && !(args[1] isa AbstractRNG)
Expand Down

0 comments on commit 2ff7b90

Please sign in to comment.