saturate
-
class Saturate
- #include <saturate.h>
This class is used to saturate an output variable.
Public Functions
-
Saturate()
The constructor initialies the random number generator used for the walks
-
Saturate(int64_t size)
class constructor
-
~Saturate()
The destructor is a placeholder for one that might do something
Private Members
-
int64_t numStates
Saturates the given unsaturated states.
- Param unsaturated:
States, a vector of the unsaturated states
- Return:
saturatedStates — Number of states to generate noise for
-
Saturate()