Skip to content

Commit 802f940

Browse files
committed
bump random seed
1 parent 80eded1 commit 802f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using DistributedArrays
1515
using StatsBase # for fit(Histogram, ...)
1616
@everywhere using StatsBase # because exported functions are not exported on workers with using
1717

18-
@everywhere srand(123 + myid())
18+
@everywhere srand(1234 + myid())
1919

2020
include("darray.jl")
2121

0 commit comments

Comments
 (0)