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 2770dfc commit 85302b0Copy full SHA for 85302b0
benchmark/reconstructions.jl
@@ -1,7 +1,7 @@
1
SUITE["Reconstructions"] = BenchmarkGroup()
2
SR = SUITE["Reconstructions"]
3
4
-srand(1234)
+Random.seed!(1234)
5
N = 10000; D = 3; B = 3
6
7
data = Dataset(rand(N, B))
0 commit comments