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

Implement rand(::Dict) and rand(::Set) (fix #16231) #18155

Merged
merged 2 commits into from
Aug 20, 2016

Conversation

dbeach24
Copy link
Contributor

#16231

Performant random implementation for Dict, Set types.

dbeach24 and others added 2 commits August 18, 2016 19:34
Performant random implementation for Dict and Set types.
@StefanKarpinski StefanKarpinski merged commit 4f88b52 into JuliaLang:master Aug 20, 2016
@StefanKarpinski
Copy link
Sponsor Member

Note that it's better for the first line of the commit to be more informative at a glance and record what the commit fixes in the body of the commit message. I used the (handy) GitHub squash-merge feature to rewrite the commit message (while preserving your authorship), but thought I'd point it out for future reference. Thanks for the fix!

@tkelman tkelman added the kind:potential benchmark Could make a good benchmark in BaseBenchmarks label Aug 20, 2016
mfasi pushed a commit to mfasi/julia that referenced this pull request Sep 5, 2016
@rfourquet rfourquet added the domain:randomness Random number generation and the Random stdlib label Jun 14, 2017
@rfourquet rfourquet changed the title Djcb/fix 16231 Implement rand(::Dict) and rand(::Set) (fix #16231) Jun 14, 2017
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 kind:potential benchmark Could make a good benchmark in BaseBenchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants