Re: simple question about random
- To: mathgroup at smc.vnet.net
- Subject: [mg58945] Re: simple question about random
- From: Heath Gerhardt <heathgerhardt at hotmail.com>
- Date: Sun, 24 Jul 2005 01:22:04 -0400 (EDT)
- Organization: Department of Computer Science, University of Calgary
- References: <dbt2ur$sfm$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Mazuego wrote: > Hi all... The built-in function "Random" gives a random number in a chosen > range. How can I have, for example, 6 random numbers with a single > instruction? Thank you very much for your answers, and forgive me for the > simple question, but I'm new in Mathematica... > Table[Random[],{i,1,6}]
- Follow-Ups:
- Re: Re: simple question about random
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: simple question about random