How to Generate Random Numbers from Uniform Distribution

In this tutorial, we will learn how to simulate or generate random numbers from uniform distribution. In R, with the in-built function runif() we can generate uniform random numbers. The basic usage of runif() function looks like this where n refers to the number of random numbers we need and min/max is the interval of… Continue reading How to Generate Random Numbers from Uniform Distribution

Exit mobile version