Hi again,
it seems this will be the first post in this section. Wow.
As in the subject I wish to talk about the generation of random number, as many of you know generation of random numbers is important but also very hard.
Going around in internet I've encountered an interesting algorithm: the Mersenne Twister made by prof. Makoto Matsumoto of the Hiroshima University.
Understading the algorithm give me a headache but I've made an implementation by myself and the algorithm produced very good random numbers and also is quite fast.
I needed an algorithm such this one because I wish to made some test with a popular card-game: Magic: The Gathering and I'm working to a computer program similar to Magic Workstation but for Linux.
I wish to know for your experience if you know more pseudo-random number generator algorithms and which one you consider a good one.
Please do not just say Math.random(), it's too poor.
Bye
