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

2024-11-18 Thread Antonio Quartulli
don't forget to keep the mailing list in CC. Your reply went to me only :) If you click "Reply All" you will retain all recipients. On 18/11/2024 13:18, 古川修慈 wrote: Thanks for your reply :) > > Technically yes. I understand. I'll resend later. Thanks for the link. > As mentioned in my e

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

2024-11-18 Thread Antonio Quartulli
Hi, On 16/11/2024 06:17, Hurukawa2121 wrote: --- 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 pr

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

2024-11-18 Thread Antonio Quartulli
Thanks for your reply! Please keep the mailing list in CC while replying. See below: On 18/11/2024 11:40, 古川修慈 wrote: > We'd need a real name here, if possible, as this is a true signature > telling us that you accepted the project license. Thanks for your feedback. My real name is Shuji Furu

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

2024-11-15 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

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

2024-11-15 Thread Hurukawa2121
From: 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

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

2024-11-15 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 alg

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

2024-11-15 Thread Hurukawa2121
From: 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

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

2024-11-15 Thread Hurukawa2121
From: 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

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

2024-11-15 Thread Hurukawa2121
From: 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