C# 클래스 Ampere.Murmur

파일 보기 프로젝트 열기: MikePopoloski/ampere

공개 메소드들

메소드 설명
Hash ( Stream stream, uint seed ) : Key128
Hash ( string input, uint seed ) : int

비공개 메소드들

메소드 설명
fmix ( uint h ) : uint
rotl32 ( uint x, byte r ) : uint

메소드 상세

Hash() 공개 정적인 메소드

public static Hash ( Stream stream, uint seed ) : Key128
stream Stream
seed uint
리턴 Key128

Hash() 공개 정적인 메소드

public static Hash ( string input, uint seed ) : int
input string
seed uint
리턴 int