![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Deterministic uniform [0,1) source, so that a caller who does not have one still has no reason to reach for a global stream. More...
#include <line/api/mc/ctmc_rand.h>
Public Member Functions | |
| LcgUniform (std::uint64_t seed=20260721ull) | |
| double | operator() () |
Deterministic uniform [0,1) source, so that a caller who does not have one still has no reason to reach for a global stream.
Numerical Recipes' 64-bit linear congruential recurrence, whose high bits are the ones used.
Definition at line 51 of file ctmc_rand.h.
|
inlineexplicit |
Definition at line 53 of file ctmc_rand.h.
|
inline |
Definition at line 54 of file ctmc_rand.h.