JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

Tests fail Windows 10 Julia 1.0.0 #46

Closed hearnsj closed 6 years ago

hearnsj commented 6 years ago

On Windows 10 Julia version 1.0.0 I install RandomNumbers. There is a failure. When running the build tests:

WARNING: could not import Random.srand into T1 [ Info: Testing Generic functions WARNING: could not import Random.srand into T2 [ Info: Testing WrappedRNG WARNING: could not import Random.srand into T3 [ Info: Testing PCG WARNING: could not import Random.srand into T4 [ Info: Testing MersenneTwisters WARNING: could not import Random.srand into T5 [ Info: Testing Xorshifts ERROR: LoadError: LoadError: UndefVarError: srand not defined Stacktrace: [1] top-level scope at C:\Users\hearn.julia\packages\RandomNumbers\5tfiq\test\Xorshifts\runtests.jl:39 [inlined] [2] top-level scope at .\none:0 [3] include at .\boot.jl:317 [inlined] [4] include_relative(::Module, ::String) at .\loading.jl:1038 [5] include at .\sysimg.jl:29 [inlined] [6] include(::String) at C:\Users\hearn.julia\packages\RandomNumbers\5tfiq\test\runtests.jl:8 [7] top-level scope at none:0 [8] eval(::Module, ::Any) at .\boot.jl:319 [9] top-level scope at C:\Users\hearn.julia\packages\RandomNumbers\5tfiq\test\runtests.jl:8 [10] include at .\boot.jl:317 [inlined] [11] include_relative(::Module, ::String) at .\loading.jl:1038 [12] include(::Module, ::String) at .\sysimg.jl:29 [13] include(::String) at .\client.jl:388 [14] top-level scope at none:0 in expression starting at C:\Users\hearn.julia\packages\RandomNumbers\5tfiq\test\Xorshifts\runtests.jl:19 in expression starting at C:\Users\hearn.julia\packages\RandomNumbers\5tfiq\test\runtests.jl:1 ERROR: Package RandomNumbers errored during testing

ChrisRackauckas commented 6 years ago

It's fixed on master. This library just needs a tag. https://github.com/sunoru/RandomNumbers.jl/issues/44

ChrisRackauckas commented 6 years ago

This can be closed now.