-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Problem with rand(typemin(Int32):typemax(Int32)) #5550
Comments
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
and test for JuliaLang#5550.
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
and test for JuliaLang#5550.
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
and test for JuliaLang#5550.
mschauer
added a commit
to mschauer/julia
that referenced
this issue
Jan 26, 2014
and test for JuliaLang#5550.
Closed
Thanks for testing the corner cases of this stuff. |
Closed
Closed
Fixed by #5741 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a 64-bit system,
typemin(Int32):typemax(Int32)
is a legal Range who's length is strictlyInt64
. Should this be allowed? In that case, rand() breaks down.The text was updated successfully, but these errors were encountered: