Class MurmurHash3 | DOTS Runtime | 0.1.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class MurmurHash3

    Inheritance
    Object
    MurmurHash3
    Namespace: Unity.Entities.Runtime.Hashing
    Syntax
    public static class MurmurHash3

    Methods

    ComputeHash128(Byte[], UInt32)

    Declaration
    public static byte[] ComputeHash128(byte[] bytes, uint seed = 0U)
    Parameters
    Type Name Description
    Byte[] bytes
    UInt32 seed
    Returns
    Type Description
    Byte[]

    ComputeHash128(Stream, UInt32)

    Declaration
    public static byte[] ComputeHash128(Stream stream, uint seed = 0U)
    Parameters
    Type Name Description
    Stream stream
    UInt32 seed
    Returns
    Type Description
    Byte[]

    ComputeHash32(Byte[], UInt32)

    Declaration
    public static uint ComputeHash32(byte[] bytes, uint seed = 0U)
    Parameters
    Type Name Description
    Byte[] bytes
    UInt32 seed
    Returns
    Type Description
    UInt32

    ComputeHash32(Stream, UInt32)

    Declaration
    public static uint ComputeHash32(Stream stream, uint seed = 0U)
    Parameters
    Type Name Description
    Stream stream
    UInt32 seed
    Returns
    Type Description
    UInt32
    In This Article
    • Methods
      • ComputeHash128(Byte[], UInt32)
      • ComputeHash128(Stream, UInt32)
      • ComputeHash32(Byte[], UInt32)
      • ComputeHash32(Stream, UInt32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023