r <- runif(n = 1000,min = 0, max = 1) # generates random deviates of the uniform distribution in 0 to 1 range
runif()