Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Random.RNG from exports #18023

Merged
merged 1 commit into from
Aug 15, 2016
Merged

Remove Random.RNG from exports #18023

merged 1 commit into from
Aug 15, 2016

Conversation

wookay
Copy link
Contributor

@wookay wookay commented Aug 14, 2016

to fix the "RNG not defined" issue #17983,
here are commits of the PR "WIP: RNG cleanups" #2070

Random.RNG has been exported with the commit (in base/random.jl)
"Move around a few names, since types and modules cannot have the same…" 7863357

and the variable has removed by (in base/random.jl)
"Decided not to have a default RNG type" 6dc0fbf

"Removed RNG from exports" but only in base/exports.jl 21f34a9

[edit by tkelman: closes #17983]

@andyferris
Copy link
Member

LGTM

@tkelman tkelman merged commit 1d49ec0 into JuliaLang:master Aug 15, 2016
tkelman pushed a commit that referenced this pull request Aug 20, 2016
(cherry picked from commit 1d49ec0)
mfasi pushed a commit to mfasi/julia that referenced this pull request Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RNG not defined
3 participants