You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I spawn a number of routers in background processes they will very occasionally generate the same group correlation discriminator values. These values should be unique per router and inter-router connector instance.
This appears to be caused by the seed value used for the random number generated. Currently this seed is generated by calling gettimeofday(). On my relatively powerful laptop occasionally routers spawned at the same time will get the same seed value.
The text was updated successfully, but these errors were encountered:
When I spawn a number of routers in background processes they will very occasionally generate the same group correlation discriminator values. These values should be unique per router and inter-router connector instance.
This appears to be caused by the seed value used for the random number generated. Currently this seed is generated by calling gettimeofday(). On my relatively powerful laptop occasionally routers spawned at the same time will get the same seed value.
The text was updated successfully, but these errors were encountered: