Random numbers. More...
#include <assert.h>#include <stdint.h>#include <algorithm>Go to the source code of this file.
Classes | |
| class | Random |
| Random numbers. More... | |
Namespaces | |
| namespace | soplex |
| Everything should be within this namespace. | |
Macros | |
| #define | SOPLEX_DEFAULT_LIN UINT32_C(123456789) |
| #define | SOPLEX_DEFAULT_XOR UINT32_C(362436000) |
| #define | SOPLEX_DEFAULT_MWC UINT32_C(521288629) |
| #define | SOPLEX_DEFAULT_CST UINT32_C(7654321) |
| #define | SOPLEX_RSTEP UINT64_C(1103515245) |
| #define | SOPLEX_RADD UINT64_C(12345) |
Random numbers.
Definition in file random.h.