MurmurHash.initialize

Initialize the hash using the specified {@code seed}.

@param seed the seed @return the intermediate hash value @uml @safe @nothrow

  1. size_t initialize()
  2. size_t initialize(size_t seed)
    class MurmurHash
    static @safe nothrow
    size_t
    initialize
    (
    size_t seed
    )

Meta