random functions
Name | Description |
---|---|
counter | Impure function which counts its calls. |
randomexp | generates a exponential distributed random number according to lambda |
randomtriangular | generates a triangular distributed random number according to a, b and c |
randomdis | generates a triangular distributed random number according to a, b and c |