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