Skip to content

Modernize FORM Testing Random Numbers #781

Description

@aolivier23

@gemmeren found a few places where we could clean up PRNG in our FORM tests like this one:

int rand1 = rand() % 32768;

We should search for all places we use rand() and replace them with something from the c++11 <random> header to improve readability and maintainability.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions