# Functions
NewLeastN returns a Balancer that returns the node with the least connections of `n` randomly chosen nodes.
NewRandom returns a Balancer that randomly selects one of the current nodes supplied by its Resolver.
NewRoundRobin returns a Balancer that implements round robin load balancing.
# Structs
No description provided by the author