mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 15:42:13 +01:00
Split RNG related things into its own file
This further removes 2 function declarations from the common path
This commit is contained in:
@@ -67,9 +67,6 @@ namespace Catch {
|
||||
bool alwaysTrue();
|
||||
bool alwaysFalse();
|
||||
|
||||
void seedRng( IConfig const& config );
|
||||
unsigned int rngSeed();
|
||||
|
||||
// Use this in variadic streaming macros to allow
|
||||
// >> +StreamEndStop
|
||||
// as well as
|
||||
|
||||
Reference in New Issue
Block a user