diff --git a/test/runtests.jl b/test/runtests.jl index 0472fdc..8d97037 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -72,7 +72,7 @@ end @testset "VectorizedRNG.jl" begin Aqua.test_all(VectorizedRNG)#, ambiguities = VERSION < v"1.6-DEV") - + VectorizedRNG.seed!(33) @test isempty(detect_unbound_args(VectorizedRNG)) @testset "Small Crush" begin rngunif64 = RNGTest.wrap(local_rng(), Float64);