On Tue, 2 Mar 2010 11:51:39 +0100 frederik vanhaelst <frederik.vanhae...@gmail.com> wrote: > How could i generate random real numbers between 0 en 2*pi?
Ten such numbers from the uniform distribution: 2*pi*runif(10) -- Karl Ove Hufthammer ______________________________________________ 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.