MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: serie of random number

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21227] Re: serie of random number
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Mon, 20 Dec 1999 02:27:47 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <83afuu$r0v@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,


#/Plus @@ # &[Table[Random[Real, {0, 1}], {10}]]


will do it but the random numbers are not more uncorrelated.

Hope that helps
  Jens

Raphael Suire wrote:
> 
> Dear list,
> 
> maybe a naive question !!
> 
> i want to compute a serie of random number
> Table[random[Real,{0,1}],{n}]]
> 
> which sum is always one
> 
> How can i do ??
> 
> Raphael Suire
> 
> **********************************************************************
> Raphael Suire
> CREREG - UMR CNRS 6585
> 
> 
> Faculte de Sciences Economiques
> 7, place
> Hoche,
> CS86514
> 35065 Rennes-France
> raphael.suire at univ-rennes1.fr
> ****************************************************************************


  • Prev by Date: Re: serie of random number
  • Next by Date: Re: serie of random number
  • Previous by thread: Re: serie of random number
  • Next by thread: Re: serie of random number