Shuffle depends on Math.random which is seeded by time of start.  That
should be just fine.

On Wed, Dec 5, 2012 at 11:35 PM, Camille Fournier <[email protected]>wrote:

> If you're using the Java ZooKeeper client, you can see in the code that the
> way connections are established is that we parse the server list, resolve
> them to inet addresses, and call Collections.shuffle on the list of server
> addresses. It's possible that Collections.shuffle is not random enough but
> I suspect that there's something else happening.
>

Reply via email to