Function init [src]
Prototype
pub fn init(seed: u64) XxHash3 Parameters
seed: u64 Source
pub fn init(seed: u64) XxHash3 {
return .{ .accumulator = Accumulator.init(seed) };
} pub fn init(seed: u64) XxHash3 seed: u64 pub fn init(seed: u64) XxHash3 {
return .{ .accumulator = Accumulator.init(seed) };
}