lumiera_/tests/core
Ichthyostega c13d6d45f4 Library: add new API for random seeding
...to the base-class of all tests
 * `seedRand()` shall be invoked by every test using randomisation
   * it will draw a new seed for the implicit default-PRNG
   * it will document this seed value
   * but when a seed was given via cmdline, it will inject that instead
 * `makeRandGen()` will create a new dedicated generator instance,
   attached (by seeding) to the current default-PRNG

It is not clear yet how to pass the actual `SeedNucleus`, which
for obvious reasons must be maintained by the `test::Suite`
2024-11-10 04:40:39 +01:00
..
application Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
steam Library: add new API for random seeding 2024-11-10 04:40:39 +01:00
vault Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00