SSJ
3.3.1
Stochastic Simulation in Java
|
Public Member Functions | |
void | setStream (RandomStream stream) |
Use stream as the source of randomness. | |
RandomStream | getStream () |
Returns the currently used random stream. More... | |
Public Member Functions inherited from Integrator | |
int | getNumPoints () |
Returns the number of points per integral. | |
int | getTotalSimulations () |
Returns the total number of times the model is simulated per call to an integrate() method. | |
void | integrate (MonteCarloModelDouble model, Tally statValue) |
Integrates a model by means of simulation. More... | |
double | integrate (MonteCarloModelDouble model) |
Shorthand to integrate without having to pass a Tally object. | |
void | integrate (MonteCarloModel< double[]> model, ListOfTallies<? extends Tally > stat) |
Integrates a model by means of simulation. More... | |
void | integrate (MonteCarloModel< double[]> model, double[] values) |
Shorthand to integrate without having to pass a ListOfTallies object. | |
RandomStream getStream | ( | ) |