-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
randomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib
Description
http://docs.julialang.org/en/latest/stdlib/numbers/?highlight=rand#Base.rand refers 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?
Metadata
Metadata
Assignees
Labels
randomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib