[][src]Module sim::input_modeling::random_variable

Enums

RandomVariable

Random variables underpin both stochastic and deterministic model behaviors, in that deterministic operation is simply a random variable with a single value of probability 1. Common distributions, with their common parameterizations, is provided in this RandomVariable enum.