We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is exported but not defined in Base.Random.
RNG
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.
AbstractRNG
IO
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
RNG
is exported but not defined inBase.Random
.I'm assuming I should use
AbstractRNG
but likeIO
maybe the shorter name is preferable? Or just delete the export.The text was updated successfully, but these errors were encountered: