LUMIERA.clone/tests/vault/gear
Ichthyostega 0b9e184fa3 Library: replace usages of rand() in the whole code base
* most usages are drop-in replacements
 * occasionally the other convenience functions can be used
 * verify call-paths from core code to identify usages
 * ensure reseeding for all tests involving some kind of randomness...

__Note__: some tests were not yet converted,
since their usage of randomness is actually not thread-safe.
This problem existed previously, since also `rand()` is not thread safe,
albeit in most cases it is possible to ignore this problem, as
''garbled internal state'' is also somehow „random“
2024-11-13 04:23:46 +01:00
..
activity-detector-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
activity-detector.hpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
block-flow-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-activity-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-commutator-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-invocation-test.cpp Scheduler: reconciled into clearer design 2023-11-04 04:49:13 +01:00
scheduler-load-control-test.cpp Scheduler: connect BlockFlow capacity announcement 2023-11-10 23:52:20 +01:00
scheduler-service-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-stress-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-usage-test.cpp Scheduler: plan for integration 2023-10-20 00:59:50 +02:00
special-job-fun-test.cpp Library: reorganise test helpers and cover logging tracker object 2024-06-16 04:22:29 +02:00
stress-test-rig.hpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
test-chain-load-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
test-chain-load.hpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
work-force-test.cpp Scheduler-test: implement contention mitigation scheme 2023-12-20 20:25:17 +01:00