This function has been superceded by
fillMatrix, which works over more rings, is much faster for large matrices, and is more flexible.
i1 : randomMutableMatrix(10,15,.9,100)
o1 = | . . . . . . . . . . . . 39 . . |
| -70 . . . . . . . . . . . . 84 . |
| . . . . . . . . . . . . . . . |
| . . . . 18 71 . . . . . . . . . |
| . -95 . . 9 . -18 . . . . . 79 . . |
| 44 . . . . . . . . . . . 69 . . |
| . . . . . . . . . . . . . . . |
| . . . . . . . . . . . . . . . |
| . . . . . . . . 60 . . . . . . |
| -73 . . . . . -39 . . . . . . -4 . |
o1 : MutableMatrix
|