dnUniform - Uniform Distribution
| lower : | Real (pass by const reference) |
| The lower bound. | |
| upper : | Real (pass by const reference) |
| The upper bound. |
# set the lower bound
a <- -2.5
# set the upper bound
b <- -3.9
# create a stochastic node with a uniform prior
u ~ dnUniform(a, b)