View Source Actors.Registry.LoadBalance.Strategies.Random (spawn v2.0.0-RC11)
Random
implements the Actors.Registry.LoadBalance.Strategy
behavior
by searching the actors randomly, that is,
if you have registered the same actor in N nodes and try to invoke it,
the Registry can, if configured,
use the random strategy to locate one of them in any of the nodes in a random way,
as the name suggests.