mersenne_twister seed

Ask and answer questions about making games and related topics. Unrelated topics go in that other forum.

Moderators: marionline, SDHawk

Post Reply
User avatar
sotrain515
Red Slime
Posts: 59
Joined: Wed Dec 26, 2012 3:23 pm

mersenne_twister seed

Post by sotrain515 »

Hi again.

When running a debug with trace, I notice this kind of message "mersenne_twister seed=1324779889" appearing a bunch. I assume it has to do with when I am using the reseed function. Is there a way to disable this message? It clutters up the g_debug text file and I wonder if it is affecting the framerate at times.

Thanks!
TMC
Metal King Slime
Posts: 4308
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

What do you mean by a bunch? Hundreds/thousands of times in a short time? If so, yes, it could affect framerate. That message is pretty useless and it only makes sense to print it the very first time anyway, so I'll remove it.
Post Reply