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

enable rand(::AbstractArray, [dims]) (take 3) #9049

Merged
merged 1 commit into from
Nov 18, 2014

Conversation

rfourquet
Copy link
Member

This is the part of #8309 (and #8649) which changes rand(r::Range) to rand(r::AbstractArray). The implementation of rand(r::UnitRange) is left untouched (unlike in #8309, which caused it to be reverted).

This is a rewrite of 6d329ce, 9d0282e and d9814ff (from #8309,
which was reverted).
ViralBShah pushed a commit that referenced this pull request Nov 18, 2014
enable rand(::AbstractArray, [dims]) (take 3)
@ViralBShah ViralBShah merged commit 2ac9cb6 into master Nov 18, 2014
@ViralBShah ViralBShah deleted the rf/rand-abstractarray branch November 18, 2014 18:47
@ViralBShah ViralBShah added the domain:randomness Random number generation and the Random stdlib label Nov 22, 2014
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

2 participants