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

RNG not defined #17983

Closed
andyferris opened this issue Aug 11, 2016 · 1 comment · Fixed by #18023
Closed

RNG not defined #17983

andyferris opened this issue Aug 11, 2016 · 1 comment · Fixed by #18023

Comments

@andyferris
Copy link
Member

andyferris commented Aug 11, 2016

RNG is exported but not defined in Base.Random.

julia> Base.Random.RNG   # Tab completion...
ERROR: UndefVarError: RNG not defined

I'm assuming I should use AbstractRNG but like IO maybe the shorter name is preferable? Or just delete the export.

@tkelman
Copy link
Contributor

tkelman commented Aug 12, 2016

Or just delete the export.

Yeah, do that for now. Looks like it may have been missed in a past renaming. AbstractRNG is already exported.

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 a pull request may close this issue.

2 participants