Moved Eule to its own repository
This commit is contained in:
5
_TestingUtilities/HandyMacros.h
Normal file
5
_TestingUtilities/HandyMacros.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#define LARGE_RAND_DOUBLE (((rng() % 6969000) - 3500000) / 1000.0)
|
||||
#define LARGE_RAND_POSITIVE_DOUBLE (((rng() % 3500000)) / 1000.0)
|
||||
#define LARGE_RAND_INT ((rng() % 6969) - 3500)
|
||||
#define LARGE_RAND_POSITIVE_INT ((rng() % 3500))
|
||||
Reference in New Issue
Block a user