Willy Tarreau 5a6d3e797e BUG/MINOR: checks/threads: use ha_random() and not rand()
In order to honor spread_checks we currently call rand() which is not
thread safe and which must never turn its internal state to zero. This
is not thread safe, let's use ha_random() instead. This is a complement
to commimt 52bf839394 ("BUG/MEDIUM: random: implement a thread-safe and
process-safe PRNG") and may be backported with it.
2020-03-08 17:56:47 +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