Re: [R] Random Integer Number in Uniform Distribution

2010-10-24 Thread Nick Sabbe
Viswanath Sent: maandag 25 oktober 2010 8:38 To: r-h...@stat.math.ethz.ch Subject: [R] Random Integer Number in Uniform Distribution Is there a way to do it? At best what I can achieve is non integer: > runif(10, min=1, max=100) [1] 51.959151 56.654146 63.630251 3.172794 4.073018 11.977

[R] Random Integer Number in Uniform Distribution

2010-10-24 Thread Gundala Viswanath
Is there a way to do it? At best what I can achieve is non integer: > runif(10, min=1, max=100) [1] 51.959151 56.654146 63.630251 3.172794 4.073018 11.977437 86.601869 [8] 75.788618 11.734361 6.770962 -G.V. __ R-help@r-project.org mailing list ht