[R] Choosing a random number between x and y

Christos Hatzis christos.hatzis at nuverabio.com
Mon Feb 9 20:23:52 CET 2009


If you want to chose numbers from your range with uniform probability

runif(1, 0, 0.5) 

See ?runif

-Christos

> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Vie
> Sent: Monday, February 09, 2009 9:41 AM
> To: r-help at r-project.org
> Subject: [R] Choosing a random number between x and y
> 
> 
> Hi,
> 
> Ive been trying to find a function that will allow me to pull 
> out a number between a minimum and maximum threshold.
> 
> I want a random decimal number between, for example, 0 and 
> 0.5 or 0 and 0.7.
> I've been searching everywhere for a function that will allow 
> me to do this in R, but I have yet to be successful. Any help 
> would be much appreciated.
> 
> Thanks in advance
> 
> 
> --
> View this message in context: 
> http://www.nabble.com/Choosing-a-random-number-between-x-and-y
> -tp21914106p21914106.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 
>




More information about the R-help mailing list