![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The uniform stream the Monte Carlo design draws from. More...
#include <line/lang/prior.h>
Public Member Functions | |
| PriorRng (unsigned long seed) | |
| double | uniform () |
The uniform stream the Monte Carlo design draws from.
The same 53-bit assembly from two MT19937 words that ssa::SsaRng uses, so the two random paths in this port share one construction; it is duplicated rather than shared because lang/ must not depend on a solver.
|
inlineexplicit |