Skip to content

Commit 4f2ad66

Browse files
committed
Test mirror to gitlab
1 parent 926af64 commit 4f2ad66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ising_prs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Random
22
getRNG(seed::Integer = -1) = seed >= 0 ? Random.MersenneTwister(seed) : Random.GLOBAL_RNG
33
getRNG(seed::Union{Random.MersenneTwister,Random._GLOBAL_RNG}) = seed
44

5+
56
import LightGraphs
67
const LG = LightGraphs
78

0 commit comments

Comments
 (0)