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) }; }