The function provides an implementation of sampling from a random uniform distribution
Arguments
- n
An
unsigned integerdenoting the number of realizations to generate.- min
A
doubleindicating the minimum \(a\) value in the uniform's interval \(\left[a,b\right]\)- max
A
doubleindicating the maximum \(b\) value in the uniform's interval \(\left[a,b\right]\)- seed
A special
unsigned integercontaining a single seed.