LUMIERA.clone/tests/core/steam/engine
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
..
buffer-metadata-key-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
buffer-metadata-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
buffer-provider-protocol-test.cpp Invocation: clarify role of Buffer-Descriptor and Dependency-Injection 2024-07-15 18:52:59 +02:00
calc-stream-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-interface-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
engine-interface-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
feed-manifold-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
job-hash-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
job-planning-pipeline-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
job-planning-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
mock-dispatcher.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
mock-dispatcher.hpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
mock-support-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
node-basic-test.cpp Invocation: Identify parts relevant for a node builder 2024-06-25 04:54:39 +02:00
node-devel-test.cpp Library: adapt some existing usages to the convenience API 2024-11-12 22:35:54 +01:00
node-factory-test.cpp Invocation: forge a path for integration 2024-04-23 01:13:40 +02:00
node-input-test.cpp Invocation: forge a path for integration 2024-04-23 01:13:40 +02:00
node-linkage-test.cpp Library: adapt some existing usages to the convenience API 2024-11-12 22:35:54 +01:00
node-operation-test.cpp Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment 2023-06-07 04:03:00 +02:00
scheduler-interface-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
test-rand-ontology.cpp Invocation: add some test-data manipulation functions 2024-11-05 21:23:13 +01:00
test-rand-ontology.hpp Invocation: add some test-data manipulation functions 2024-11-05 21:23:13 +01:00
testframe-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
testframe.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
testframe.hpp Invocation: add some test-data manipulation functions 2024-11-05 21:23:13 +01:00
timings-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
tracking-heap-block-provider-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00