Actions
action #1793
closedrandom number generator
Description
there's something strange going on with the random number generator. Check it. Make sure forking server implementations reinit the random number generator.
Updated by lnussel almost 11 years ago
- Estimated time set to 4.00 h
morbo forks a daemon so in development mode the random number generator is not reinitialized. We still need a solution that reinits rand on forks within the daemon, in case e.g. hypnotoad is used.
Updated by lnussel almost 11 years ago
- Status changed from New to Resolved
added a one shot timer that calls srand in case hypnotoad is used.
Actions