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

Random doc still talks about MersenneTwister instead of xoroshiro #41346

Closed
Seelengrab opened this issue Jun 24, 2021 · 0 comments · Fixed by #41353 or #41382
Closed

Random doc still talks about MersenneTwister instead of xoroshiro #41346

Seelengrab opened this issue Jun 24, 2021 · 0 comments · Fixed by #41353 or #41382
Assignees
Labels
docs This change adds or pertains to documentation randomness Random number generation and the Random stdlib
Milestone

Comments

@Seelengrab
Copy link
Contributor

Seelengrab commented Jun 24, 2021

#40546 changed the default task-local RNG (as well as the default RNG) to Xoroshiro from Mersenne Twister, but the documentation still opens with an introduction to MersenneTwister. I think this needs to be adjusted before 1.7 is released, else the documentation is incorrect.

@oscardssmith oscardssmith added this to the 1.7 milestone Jun 24, 2021
@JeffBezanson JeffBezanson self-assigned this Jun 24, 2021
@mbauman mbauman added docs This change adds or pertains to documentation randomness Random number generation and the Random stdlib labels Jun 24, 2021
KristofferC pushed a commit that referenced this issue Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation randomness Random number generation and the Random stdlib
Projects
None yet
4 participants