> - Do you think that PHP needs an object-scoped random number > > implementation? And why?
if this means each object can maintain its own seed i dont know why php or many other languages dont have this truely. been doing game dev recently and i needed an rng system that does not involve messing with the system level seed. like if i mt_srand 42 just so my procedural code does the same thing to generate the same level each time, so is the rest of the app not even involved with procedural generation and that is badong. -b