XXHash32 constructor

const XXHash32([
  1. int seed = 0
])

Creates a new instance of XXHash32.

Parameters:

  • seed is an optional 32-bit integer. Default: 0

Implementation

const XXHash32([this.seed = 0]);