| Author |
Comment/Response |
yehuda ben-shimol
|
10/20/05 00:21am
Hi,
This didn't return you a matrix of the same repeating element.
use either
Array[Ramdom[]&,{100,100}]
or
Table[Random[],{100},{100}]
If you need to use variouse distributions use
<<Statistics`
and then
RandomArray[]
good luck
yehuda
URL: , |
|