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.
1 parent b22ce55 commit a32295cCopy full SHA for a32295c
test/runtests.jl
@@ -52,7 +52,7 @@ function randn_with_nans(n,p)
52
return v
53
end
54
55
-srand(0xdeadbeef)
+Random.seed!(0xdeadbeef)
56
57
for n in [0:10..., 100, 101, 1000, 1001]
58
r = 1:10
0 commit comments