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 926af64 commit 4f2ad66Copy full SHA for 4f2ad66
src/ising_prs.jl
@@ -2,6 +2,7 @@ import Random
2
getRNG(seed::Integer = -1) = seed >= 0 ? Random.MersenneTwister(seed) : Random.GLOBAL_RNG
3
getRNG(seed::Union{Random.MersenneTwister,Random._GLOBAL_RNG}) = seed
4
5
+
6
import LightGraphs
7
const LG = LightGraphs
8
0 commit comments