I remember a while ago Kai posted here about the random not being random. (
http://forums.graalonline.com/forums...ad.php?t=44692)
What happens is that when random is used in a timeout, it forms a pattern, though it doesn't do this when used in for. So I made my own little graphing thing quickly and messed around with it.
It seems the pattern is ALWAYS the same(if the same values are entered), no matter how many times it's called. Though the beginning is always different, after a few it begins to fall back on what seems to be the same pattern. See in the animation, these are the separate graphs I made.
I guess this isn't really a tech support thing, but I noticed Stefan seems to be frequenting the tech support section a lot lately, so I really just want to know why this does this. And would it effect things like baddies using random functions to determine successful attacks or such likely scenarios? I could understand patterns emerging, but why the same pattern, each time, and why isn't the beginning part of the pattern?