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

Provide functions to create pseudo-random source #6

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

gammazero
Copy link
Contributor

For some test applications it is necesssary to have a source of pseudo-random data.

A new pseudo-random source can be created with a seed that is:

  • The next value from a global sequence, or
  • A value that is explicitly provided

For some test applications it is necesssary to have a source of pseudo-random data.

A new pseudo-random source can be created with a seed that is:
- The next value from a global sequence, or
- A value that is explicitly provided
@gammazero gammazero merged commit 4c0ccb3 into main Jul 12, 2024
7 checks passed
@gammazero gammazero deleted the feat/get-seeded-prng branch July 12, 2024 23:35
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.

1 participant