Scippy

SoPlex

Sequential object-oriented simPlex

random.h File Reference

Random numbers. More...

#include <assert.h>

Go to the source code of this file.

Classes

class  Random
 Random numbers.Class Random provides random Real variables, i.e. a value variable that gives another value each time it is accessed. It may be used just like an ordinary Real by means of an overloaded cast operator Real()%. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define RSTEP   1103515245
 
#define RDIVIDE   65536
 
#define RADD   12345
 
#define RMULT   32768
 

Detailed Description

Random numbers.

Definition in file random.h.

Macro Definition Documentation

#define RADD   12345

Definition at line 28 of file random.h.

Referenced by Random::next_random().

#define RDIVIDE   65536

Definition at line 27 of file random.h.

Referenced by Random::last_random(), and Random::setSeed().

#define RMULT   32768

Definition at line 29 of file random.h.

Referenced by Random::last_random(), and Random::setSeed().

#define RSTEP   1103515245

Definition at line 26 of file random.h.

Referenced by Random::next_random().