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