Skip to content

Commit

Permalink
Remove RNG from exports (#18023)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay authored and tkelman committed Aug 15, 2016
1 parent db1b235 commit 1d49ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export srand,
randsubseq,randsubseq!,
shuffle,shuffle!,
randperm, randcycle,
AbstractRNG, RNG, MersenneTwister, RandomDevice,
AbstractRNG, MersenneTwister, RandomDevice,
GLOBAL_RNG, randjump


Expand Down

0 comments on commit 1d49ec0

Please sign in to comment.