On Sun, 24 Apr 2016, Volker Braun wrote:

   Warning: Matrices generated are not uniformly distributed. For
     unimodular matrices over finite field this function does not even

At least its not THAT predictable ;-)

... after some attempts ...
sage: MatrixSpace(GF(3), 2, 2).random_element()
[2 0]
[0 2]

Unimodular! This happens with algorithm='unimodular'.

--
Jori Mäntysalo

Reply via email to