Skip to content

Commit

Permalink
Remove RNG from exports (#18023)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d49ec0)
  • Loading branch information
wookay authored and tkelman committed Aug 20, 2016
1 parent aeb04ae commit 5381a43
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 5381a43

Please sign in to comment.