Sample from a Weibull distribution
Usage
monty_random_weibull(shape, scale, state)
monty_random_n_weibull(n_samples, shape, scale, state)
Arguments
- shape
Shape
- scale
Scale
- state
The random number state, from monty_rng_create
- n_samples
The number of samples to take, per stream. When using the multiple-sample interface, all other parameters are held constant (per stream).