functionrandomdis
generates a triangular distributed random number according to a, b and c
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | E | Events of Discrete Distribution | |
| Real[:] | P | Probability of Discrete Distribution | |
| Real | r128 | A random number with a uniform distribution on the interval (0,1] |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | timeValue |