# Functions
EvaluateRetryParticipantsForKeyGeneration takes in a slice of `groupMembers` and returns a subslice of those same members of length >= `retryParticipantsCount` randomly according to the provided `seed` and `retryCount`.
EvaluateRetryParticipantsForSigning takes in a slice of `groupMembers` and returns a subslice of those same members of length >= `retryParticipantsCount` randomly according to the provided `seed` and `retryCount`.