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

Extend support for randomness generation in tests #2827

Open
horenmar opened this issue Feb 27, 2024 · 0 comments
Open

Extend support for randomness generation in tests #2827

horenmar opened this issue Feb 27, 2024 · 0 comments

Comments

@horenmar
Copy link
Member

Catch2 currently has a basic support for generating reproducible random
numbers for tests. Right now, Catch2 provides only uniform distributions
over integers and real numbers projected into floating point.

This could be greatly extended with different distributions, different
type of generators (e.g. generating uniformly from floats, instead of
real numbers projected to floats) and adding some building blocks for
users to build their own random generators.

@horenmar horenmar added this to the Long term goals milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant