LUMIERA.clone/tests/core/steam/asset
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
..
meta Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
asset-category-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
asset-diagnostics.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
basicpipetest.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
compoundmediatest.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
create-asset-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
deleteassettest.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dependent-assets-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
entry-id-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
identity-of-assets-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
make-clip-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
media-structure-query-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
ordering-of-assets-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
testasset.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testasset.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
testclipasset.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
typed-id-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00