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 = | . . . . . . . . . . . . . -88 . |
| . . . . . . . . . 73 . . . . . |
| . . 65 . . . . . . 81 . . . . -71 |
| -2 . . 94 . . . . . . . . . . . |
| . . . . . . . . -32 . . -50 . -19 . |
| . . . . 61 . . . . . . -28 . . . |
| . . . . . 87 . -78 . . . . . . . |
| -18 . . . . . . -38 . . . . . . . |
| . . . . . . . -77 . 80 . . . . 62 |
| . . . . . . . . . . . . . . 84 |
o1 : MutableMatrix
|