jar

edu.princeton.cs : randomhash

Maven & Gradle

Jun 29, 2022
9 stars

randomhash · A simple, time-tested, family of random hash functions in Java, based on CRC32, affine transformations, and the Mersenne Twister, suitable for use in production probabilistic data streaming algorithms like HyperLogLog.

Table Of Contents

Latest Version

Download edu.princeton.cs : randomhash JAR file - Latest Versions:

All Versions

Download edu.princeton.cs : randomhash JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window randomhash-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

edu.princeton.cs.randomhash

├─ edu.princeton.cs.randomhash.MTRandom.class - [JAR]

├─ edu.princeton.cs.randomhash.RandomHashFamily.class - [JAR]

├─ edu.princeton.cs.randomhash.UniformAudit.class - [JAR]

Advertisement