That's pretty straightforward to do - here's a simple function. The
exact behavior
at the "edges" is left as an exercise. :)

rbound <- function(rmin, rmax)
{
   x <- runif(1)
   x <- x * (rmax - rmin) + rmin
   x
}


Sarah

On Thu, Aug 6, 2009 at 11:02 AM, damien landais<damien.land...@tdf.fr> wrote:
> Hi,
> I would obtain a random value between two (for example between 40.15 and 
> 56.58 I would have only one value).
> I'm looking for a package/a function which could do this.
> Could anybody help me please?
>
> Cordialement
> Damien Landais
>
-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@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.

Reply via email to