[Openvpn-devel] [PATCH v2] Improve shuffling algorithm of connection list

2024-11-18 Thread Hurukawa2121
--- Improve shuffling algorithm of connection list This patch implements the Fisher-Yates shuffle algorithm to ensure that all permutations of the connection target list are generated with equal probability, eliminating biases present in the previous shuffling method. In the Fisher-Yates algo

Re: [Openvpn-devel] [PATCH v2] Improve shuffling algorithm of connection list

2024-11-18 Thread Antonio Quartulli
Thanks for resending the patch! On 18/11/2024 15:20, Hurukawa2121 wrote: --- However, please note that anything you write should go *before* these three dashes, otherwise the text is ignored by git on commit. Anyway, no need to resend the patch for this. Probably Gert can easily fix this be