From fb42b5869c52e9cb5175391a3ad0319bbcf752d5 Mon Sep 17 00:00:00 2001 From: WooKyoung Noh Date: Mon, 15 Aug 2016 21:08:36 +0900 Subject: [PATCH] Remove RNG from exports (#18023) --- base/random.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/random.jl b/base/random.jl index c6cf2bfdeb2c0..03e9b94c5d4f3 100644 --- a/base/random.jl +++ b/base/random.jl @@ -15,7 +15,7 @@ export srand, randsubseq,randsubseq!, shuffle,shuffle!, randperm, randcycle, - AbstractRNG, RNG, MersenneTwister, RandomDevice, + AbstractRNG, MersenneTwister, RandomDevice, GLOBAL_RNG, randjump