C# 클래스 Runevision.Structures.RandomHash

상속: HashFunction
파일 보기 프로젝트 열기: mortennobel/A-Study-in-Composition

공개 메소드들

메소드 설명
GetHash ( ) : uint
GetHash ( byte buf ) : uint
GetHash ( int buf ) : uint
RandomHash ( int seed ) : System

비공개 메소드들

메소드 설명
CalcSubHash ( uint value, byte buf, int index ) : uint
CalcSubHash ( uint value, uint read_value ) : uint
RotateLeft ( uint value, int count ) : uint

메소드 상세

GetHash() 공개 메소드

public GetHash ( ) : uint
리턴 uint

GetHash() 공개 메소드

public GetHash ( byte buf ) : uint
buf byte
리턴 uint

GetHash() 공개 메소드

public GetHash ( int buf ) : uint
buf int
리턴 uint

RandomHash() 공개 메소드

public RandomHash ( int seed ) : System
seed int
리턴 System