Skip to content

Commit

Permalink
Set random seed
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Sep 18, 2020
1 parent 55dc51f commit 2937b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
@@ -1,4 +1,8 @@
using Test
using Random

# set seed for all testsets
Random.seed!(0)

@testset "MCMCChains" begin

Expand Down

0 comments on commit 2937b6c

Please sign in to comment.