This distribution will randomly draw an integer using uniform distribution
from a minimum to maximum integer set in the first and second arguments.
This function can also be called using the alias 'dnUnifInt'.
Example
# Create and assign stochastic node
x ~ dnUniformInteger(1, 10)