Uniform Integer Distribution

 

Syntax: Int(minimum, maximum, stream)

 

An uniform integer distribution (discrete) is equally likely to take on any integer in the finite interval [minimum, maximum], where minimum and maximum are integers with minimum >= 0 and minimum < maximum.

 

Stream allows you to specify the random number stream for the distribution. There are 215 streams. Stream 1 is the default. See Seeds or Appendix D of the User's Guide for more information.