C# Class Ampere.Murmur

Afficher le fichier Open project: MikePopoloski/ampere

Méthodes publiques

Méthode Description
Hash ( Stream stream, uint seed ) : Key128
Hash ( string input, uint seed ) : int

Private Methods

Méthode Description
fmix ( uint h ) : uint
rotl32 ( uint x, byte r ) : uint

Method Details

Hash() public static méthode

public static Hash ( Stream stream, uint seed ) : Key128
stream Stream
seed uint
Résultat Key128

Hash() public static méthode

public static Hash ( string input, uint seed ) : int
input string
seed uint
Résultat int