C# Class Runevision.Structures.RandomHash

Inheritance: HashFunction
Afficher le fichier Open project: mortennobel/A-Study-in-Composition

Méthodes publiques

Méthode Description
GetHash ( ) : uint
GetHash ( byte buf ) : uint
GetHash ( int buf ) : uint
RandomHash ( int seed ) : System

Private Methods

Méthode Description
CalcSubHash ( uint value, byte buf, int index ) : uint
CalcSubHash ( uint value, uint read_value ) : uint
RotateLeft ( uint value, int count ) : uint

Method Details

GetHash() public méthode

public GetHash ( ) : uint
Résultat uint

GetHash() public méthode

public GetHash ( byte buf ) : uint
buf byte
Résultat uint

GetHash() public méthode

public GetHash ( int buf ) : uint
buf int
Résultat uint

RandomHash() public méthode

public RandomHash ( int seed ) : System
seed int
Résultat System