# Gini index for the Uniform distribution with lower limit 0 and upper limit 1.
gunif()
# Gini index for the Uniform distribution with lower limit 10 and upper limit 190.
gunif(min = 10, max = 190)
Run the code above in your browser using DataLab