withSeed method

XXHash64 withSeed(
  1. int seed
)

Get and instance of XXHash64 with an specific seed

Implementation

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