blazar/releasenotes
Mark Powers dbdf1b894f Fix host randomization
Previously, this was implemented using the shuffle method of the Random
class without instantiating a Random object, which did not work. This
changes swaps to the random.shuffle method, which works as expected.

Closes-Bug: #2099927
Change-Id: Ib288091af9cc035ccb0535fbc1748c17bb3cb1e9
2025-02-27 10:45:58 +01:00
..
2025-02-27 10:45:58 +01:00