RandomizeMatrix( mA, vmin, vmax )

Stores random values between vmin and vmax in the matrix mA

Example:
     RandomizeMatrix ( 0, 1, 10 )