MathGroup Archive 2005

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

Search the Archive

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}]


  • Prev by Date: Re: LegendreP error (bug?) in Mathematica
  • Next by Date: LegendreP of order = -1
  • Previous by thread: Re: simple question about random
  • Next by thread: Re: Re: simple question about random