What's a good extension to generate a random number in MMF? My games use a lot of random numbers and I don't like how the RNG is unbalancing them :/ The marsienne twister (sp?) looks like it's a lot more random than MMF's built in generator, but the problem is that it seems to run a little like a weighted dice.. somewhat leaning towards certain numbers.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
I thought MMF let you seed its random generator at a whim :X I used the built in random(x) for gridquest and I noticed a LOT of funky business going on with some level generation, like awfully repeated dungeon layouts, but I thought it made it look cooler.
I forgot about those two! Damn, I have waaaay too many extensions. Have to start looking at and removing the ones I don't use.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
I've experimented with those two but they don't seem to have the detail of the MT Random object. So, I'll have to find another extension, or just another way to make the MT Random object less biased :/
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.