We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StableRNGs
SurrogatesMOE
1 parent dbedd7c commit 9c8f960Copy full SHA for 9c8f960
lib/SurrogatesMOE/test/runtests.jl
@@ -1,6 +1,7 @@
1
using SafeTestsets
2
-using Random
3
-Random.seed!(100)
+using StableRNGs, Random
+const SEED = 42
4
+Random.seed!(StableRNG(SEED), SEED)
5
6
# #test 1D function that is discontinuous
7
@safetestset "1D" begin
0 commit comments