On Tue, Feb 3, 2009 at 9:52 AM, Mehmet Suzen <mehmet.suzen at physics.org> wrote:
> What can you suggest to generate very long pseudorandom binary sequence?
> (At least 1-2 Ghz)
Well, Maxima has an implementation of the Mersenne twister rng.
You could concatenate outputs from that to get a long sequence.
The Maxima function is "random" and the source code is src/rand-mt19937.lisp.
> Are there any implementation of Maximum Length Sequence (MLS)?
I don't know what that is. Maybe you can explain briefly.
Robert Dodier