LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::lang::PriorRng Class Reference

The uniform stream the Monte Carlo design draws from. More...

#include <line/lang/prior.h>

Public Member Functions

 PriorRng (unsigned long seed)
double uniform ()

Detailed Description

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.

Definition at line 81 of file prior.h.

Constructor & Destructor Documentation

◆ PriorRng()

line::lang::PriorRng::PriorRng ( unsigned long seed)
inlineexplicit

Definition at line 83 of file prior.h.

Member Function Documentation

◆ uniform()

double line::lang::PriorRng::uniform ( )
inline

Definition at line 84 of file prior.h.


The documentation for this class was generated from the following file: