|
[Date Index]
[Thread Index]
[Author Index]
Batch processing
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
Prev by Date:
Mathematica/Mac OS 8 bugs
Next by Date:
Debug program
Prev by thread:
Mathematica/Mac OS 8 bugs
Next by thread:
Debug program
|