fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 620 forks source link

Update random picker to use math/rand's Intn function #892

Closed nathanejohnson closed 1 year ago

nathanejohnson commented 1 year ago

this is faster and more portable. fixes #871