Hi! On Wednesday 28 April 2004 15:54, Aaron Sherman wrote: > The real concern is that Perl and > Foolanguage might both srand(), but that's not something I'm gonna think > too hard about just now and probably is a matter for library maintainers > in those languages anyway. Thats the reason why we have a "Random" PMC (classes/random.pmc).
I'am still not sure if we need an rand/srand OP for random numbers. As you already mentioned, srand uses a global state and I belief that it will cause trouble earlier or later. jens