CausalInference.jl
CausalInference.jl copied to clipboard
Random seed for tests
https://github.com/mschauer/CausalInference.jl/blob/master/test/klentropy.jl needs Random.sees!(nnn), otherwise it will fail randomly. Maybe this applies to some more points
I guess that's Random.seed!(nnn)
Done.