1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Libraries/LibTest/Randomized
Martin Janiczek 7e5a3650fe LibTest: Add the RandomnessSource abstraction
This will be a foundational part of bootstrapping generators: this is
the way they'll get prerecorded values from / record random values into
RandomRuns. (Generators don't get in contact with RandomRuns
themselves, they just interact with the RandomnessSource.)
2023-10-26 17:26:52 -06:00
..
Chunk.h
RandomnessSource.h LibTest: Add the RandomnessSource abstraction 2023-10-26 17:26:52 -06:00
RandomRun.h LibTest: Add the RandomRun abstraction 2023-10-26 17:26:52 -06:00