RandomizeMatrix( mA, vmin, vmax )

vmin (最小) から vmax (最大)までの乱数値を行列 mA へ代入します

用例:
     RandomizeMatrix ( 0, 1, 10 )