You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Fair selection is a random selection method that ensures each member's selection weight is determined by the system, thus avoiding unfair results.
109
-
> This method is suitable for scenarios that require random and fair selection of students to answer questions or other situations requiring fair distribution.
110
-
> SecRandom's fair selection implementation is based on a dynamic weight system, calculated through multiple aspects.
117
+
### Introduction
111
118
112
-
### **Dynamic Weight System**
113
-
> [!note]
114
-
>
115
-
> Dynamic weight is the core mechanism of SecRandom's fair selection.
116
-
> It calculates each member's weight through the following aspects:
117
-
> 1.**Total Selection Count**: More selections lead to lower weight, avoiding repeated selections
118
-
> 2.**Group Selection Count**: Balances selection opportunities across different groups
> 5.**Cold Start Protection**: Prevents new members from having too low weight, ensuring fairness
119
+
Fair selection is a random selection method that ensures each member's selection weight is determined by the system, thus avoiding unfair results.
120
+
This method is suitable for scenarios that require random and fair selection of students to answer questions or other situations requiring fair distribution.
121
+
SecRandom's fair selection implementation is based on a dynamic weight system, calculated through multiple aspects.
122
+
123
+
### Dynamic Weight System
124
+
125
+
Dynamic weight is the core mechanism of SecRandom's fair selection.
126
+
It calculates each member's weight through the following aspects:
127
+
128
+
1.**Total Selection Count**: More selections lead to lower weight, avoiding repeated selections
129
+
2.**Group Selection Count**: Balances selection opportunities across different groups
0 commit comments