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 vestigial Char in rand(::UnitRange{<:Union{..., Char}) #23545

Merged
merged 1 commit into from
Sep 5, 2017

Conversation

rfourquet
Copy link
Member

Cf. #13600 and https://github.com/JuliaLang/julia/pull/22752/files#r128026174.
Also, changing Union{Signed,Unsigned,BigInt,Bool} to Integer, as this
is equivalent in practice.

Cf. #13600 and https://github.com/JuliaLang/julia/pull/22752/files#r128026174.
Also, changing `Union{Signed,Unsigned,BigInt,Bool}` to `Integer`, as this
is equivalent in practice.
@rfourquet rfourquet added the domain:randomness Random number generation and the Random stdlib label Sep 1, 2017
@rfourquet rfourquet merged commit 30530e0 into master Sep 5, 2017
@rfourquet rfourquet deleted the rf/rand-UnitRange-Char branch September 5, 2017 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:randomness Random number generation and the Random stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant