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

change RandomDevice(unlimited::Bool) to RandomDevice(; unlimited::Bool) #25668

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

rfourquet
Copy link
Member

@rfourquet rfourquet commented Jan 21, 2018

Making unlimited a keyword argument is mainly for 2 reasons:

  1. it seems better that the argument(s) of an RNG constructor match those of srand (cf. srand docstring), i.e. that the positional argument(s) specify a seed.
  2. it is available only on non-Windows systems, and is not a functionality that is obviously expected, so it feels more "right" to name it (i.e. what RandomDevice(false) does is not guessable).

@rfourquet rfourquet added domain:randomness Random number generation and the Random stdlib kind:deprecation This change introduces or involves a deprecation labels Jan 21, 2018
@rfourquet rfourquet changed the title RandomDevice(unlimited::Bool) to RandomDevice(; unlimited::Bool) change RandomDevice(unlimited::Bool) to RandomDevice(; unlimited::Bool) Jan 21, 2018
@JeffBezanson JeffBezanson merged commit 4873dc0 into master Jan 22, 2018
@JeffBezanson JeffBezanson deleted the rf/rand/RD-unlimited-kw branch January 22, 2018 17:33
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:deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants