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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
There was a lot of log records like epmd: node name already occupied epmd-starter-443584618, and the number was always the 443584618. Like in https://xkcd.com/221/ )
random:uniform/1 stores PRNG state in process dictionary, and if random:seed/3 wasn't called, it initializes from the same constant seed.
The text was updated successfully, but these errors were encountered:
binarin
pushed a commit
to binarin/rabbitmq-common
that referenced
this issue
Nov 6, 2015
There was a lot of log records like
epmd: node name already occupied epmd-starter-443584618
, and the number was always the 443584618. Like in https://xkcd.com/221/ )random:uniform/1
stores PRNG state in process dictionary, and ifrandom:seed/3
wasn't called, it initializes from the same constant seed.The text was updated successfully, but these errors were encountered: