fabiolb / fabio

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

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

Closed nathanejohnson closed 2 years ago

nathanejohnson commented 2 years ago

math/rand's Intn function is 4x faster faster and more portable.

fixes #872

sync rand seed to synd.Once inside of picker.go

KTruesdellENA commented 2 years ago

looks good