opened 07:27PM - 13 Sep 16 UTC
closed 09:03AM - 15 Oct 19 UTC
RNG
http://docs.julialang.org/en/latest/stdlib/numbers/?highlight=rand#Base.rand ref…ers to GLOBAL_RNG, but the value is not exported.
My use case is I write a random number generator (specialized for my use), and the underlying AbstractRNG is passed in to the constructor, with GLOBAL_RNG as the default value.
Shouldn't GLOBAL_RNG be exported?