specific
specific copied to clipboard
Make the fixed seed in specific.gene configurable and optional.
The fixed seed for the random number generator in specific/gene should be configurable using an environment variable. If the variable is not present, it should not use a fixed seed.
This will allow you to use Specific for either generative (non-deterministic) tests or example (deterministic) tests.