Batch processing
- To: mathgroup@smc.vnet.net
- Subject: [mg10871] Batch processing
- From: (X)skipper@worldnet.att.net (Thomas Skipper)
- Date: Wed, 11 Feb 1998 18:32:39 -0500
- Organization: AT&T WorldNet Services
I'm using Random to generate some random numbers.This is what I'm doing:
SeedRandom["some numbers"]
Table[Random[integer, {1,47}], {6}]
What I'd like to be able to do is generate 100 or some other amount of
the list of numbers generated by the above code withuot having to click
on the end and hitting "shift\enter" a hundred times, essentially a
batch file.
Is there a way to do this?
_
Thomas Skipper
To send email, remove the "(X)" from my address