Click or drag to resize
Akka.NETMurmurHashStartHash Method
Begin a new hash with a seed value.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static uint StartHash(
	uint seed
)

Parameters

seed
Type: SystemUInt32
TBD

Return Value

Type: UInt32
TBD
See Also