MurmurHash.initialize

Initialize the hash using the default seed value.

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

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

Meta