LUMIERA.clone/tests/stage/model
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
..
canvas-hook-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
element-access-test.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
view-hook-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
w-link-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
zoom-window-test.cpp Timeline: finish ZoomWindow implementation and boundrary tests 2022-12-18 03:47:40 +01:00