Sample from a uniform distribution
Arguments
- min
The minimum value of the uniform distribution
- max
The maximum value of the uniform distribution
- 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).