NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
|
#include <OPTUtils.h>
Public Member Functions | |
OPTrand (void) | |
constructor of the class | |
double | rand (void) |
void | srand (long seed) |
Seeds the random generator for this instance of OPTrand. | |
Private Attributes | |
int | myseed |
Provide a common interface to the different random generators that are available in different platforms.
|
inline |