Willy Tarreau b9f54c5592 MINOR: backend: use a single call to ha_random32() for the random LB algo
For the random LB algorithm we need a random 32-bit hashing key that used
to be made of two calls to random(). Now we can simply perform a single
call to ha_random32() and get rid of the useless operations.
2020-03-08 17:31:39 +01:00
..
2019-09-08 12:20:13 +02:00
2020-02-28 10:26:29 +01:00
2020-03-05 19:52:07 +01:00
2020-03-05 19:52:07 +01:00
2020-03-03 15:26:10 +01:00
2020-03-04 12:02:27 +01:00