commit | a840b4a39b8d6c6c09b8681f61d778f4e00bedca | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 12 21:48:17 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 12 21:49:30 2022 +0200 |
tree | d8c2706201efa51decc8ff54d87728d7e57bddd5 | |
parent | 99521abd59a255538f2f9a64d3379c31aef5a630 [diff] |
MINOR: checks: use the lighter PRNG for spread checks There's no point using ha_random32() which is heavy and uses shared variables to calculate a random timer when we have statistical_prng() which does the same and was made exactly for this.