6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
#title RandomizeMatrix [RCBasic Doc]
|
|
#header Sub RandomizeMatrix(mA, vmin, vmax)
|
|
|
|
Stores random values between vmin and vmax in the matrix mA
|
|
|