View Source Actors.Registry.LoadBalance.Strategies.Random (spawn v1.0.0-rc.23)

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.