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

Fix docs about prng seed #1128

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Fix docs about prng seed #1128

merged 2 commits into from
Nov 1, 2023

Conversation

leighmcculloch
Copy link
Member

What

Remove the statement from the prng seed function docs that states that the base and local seed are combined.

Why

They are not combined. Calling seed does what it sounds like it would do with any prng, it sets a new seed replacing the base seed set.

Possibly we should stop using the term "base seed" as it makes it sound like there's some relationship. But at the least we should remove this incorrect comment about seed interaction.

@leighmcculloch leighmcculloch marked this pull request as ready for review November 1, 2023 19:58
@leighmcculloch leighmcculloch added this pull request to the merge queue Nov 1, 2023
Merged via the queue into main with commit 7d0607b Nov 1, 2023
@leighmcculloch leighmcculloch deleted the bonbo-deipara branch November 1, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants