Exemple #1
0
 public static IFNV Create(FnvTypes type = FnvTypes.Fnv1aBit64) => Factory.Create(type);
Exemple #2
0
 public static IFNV Create(FnvTypes type, FnvConfig config) => Factory.Create(type, config);