MathGroup Archive 2001

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

Search the Archive

Re: Random number generation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27912] Re: Random number generation
  • From: drnews at NOSPAM--Scientificarts.com (David Reiss)
  • Date: Fri, 23 Mar 2001 04:31:38 -0500 (EST)
  • Organization: Scientific Arts
  • References: <99chpl$8df@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In article <99chpl$8df at smc.vnet.net>, Jose Lasso <jml at accessinter.net> wrote:

> Hi MathGroup:
> 
> I suppose this is really easy, but I have little experience with 
> Mathematica and I need your help.
> 
> Question: How can I generate 300 random numbers (integers), betwenn 0 
> and 500, and display the numbers in a table? Thx in advance. Best 
> regards.
> 
> Jose M Lasso (Mathematica rookie)


Table[Random[Integer,{1,500}],{300}]

--David

-- 
) Scientific Arts: http://www.scientificarts.com     
) Creative Services and Consultation for the Applied                            
) and Pure Sciences:: David Reiss: dreiss at !SPAMscientificarts.com
) [Remove the !SPAM to send email]


  • Prev by Date: Re: DeleteCases
  • Next by Date: RE: Random number generation
  • Previous by thread: Re: Random number generation
  • Next by thread: RE: Random number generation