LUMIERA.clone/tests/core/steam/control
Ichthyostega a20e233ca0 Library: now using controlled seed and replaced rand (closes #1378)
After augmenting our `lib/random.hpp` abstraction framework to add the necessary flexibility,
a common seeding scheme was ''built into the Test-Runner.''
 * all tests relying on some kind of randomness should invoke `seedRand()`
 * this draws a seed from the `entropyGen` — which is also documented in the log
 * individual tests can now be launched with `--seed` to force a dedicated seed
 * moreover, tests should build a coherent structure of linked generators,
   especially when running concurrently. The existing tests were adapted accordingly

All usages of `rand()` in the code base were investigated and replaced
by suitable calls to our abstraction framework; the code base is thus
isolated from the actual implementation, simplifying further adaptation.
2024-11-17 19:45:41 +01:00
..
argument-tuple-accept-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-argument-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-basic-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-clone-builder-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-equality-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-instance-manager-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-message-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-mutation-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-queue-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-registry-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-setup-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
command-use1-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-use2-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
command-use3-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-looper-test.cpp Library/Application: consolidate Monitor API and usage 2023-10-15 20:42:55 +02:00
handling-pattern-basics-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
handling-pattern-standard-impl-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
memento-tie-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
session-command-function-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00
test-dummy-commands.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-dummy-commands.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00