withSeed method

XXH3 withSeed(
  1. int seed
)

Get an instance of xxh3 with an specific seed

Implementation

XXH3 withSeed(int seed) => XXH3(seed: seed, secret: secret);