PseudoRandom( G )
PseudoRandom( module )
It takes as input either a matrix group G, or a G-module module
and returns a pseudo-random element. If the supplied record has no seed
stored as a component, then it constructs one (as in InitPseudoRandom
).
The algorithm is described in [1].
GAP 3.4.4