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

Add a new page that explains testing functions that use random generator #64

Merged
merged 3 commits into from
Oct 7, 2024

Commits on Oct 4, 2024

  1. Add a new page that explains testing functions that use random generator

    Give an example showing how to make a MockRng struct and use it instead,
    providing a default RNG as well
    Fethbita committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3f4265c View commit details
    Browse the repository at this point in the history
  2. Simplify test code

    Fethbita committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    68e616f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix according to feedback

    Fethbita committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9212e08 View commit details
    Browse the repository at this point in the history