withSeed method

XXHash32 withSeed(
  1. int seed
)

Get and instance of XXHash32 with an specific seed

Implementation

XXHash32 withSeed(int seed) => XXHash32(seed);