Exemple #1
0
 public RandomizedObjectEqualityComparer()
 {
     _entropy = HashHelpers.GetEntropy();
 }
Exemple #2
0
 public RandomizedStringEqualityComparer()
 {
     _entropy = HashHelpers.GetEntropy();
 }