Showing 3 open source projects for "rabin hash"

View related business solutions
  • Digitally transform and mobilize your entire safety program. Icon
    Digitally transform and mobilize your entire safety program.

    For organizations that need a powerful EHS and safety management solution

    Simplify safety management and get everyone involved with your EHSQ goals! SafetyAmp is easy, cloud-based, mobile-friendly software to increase engagement, reduce risk, connect your workforce, and improve EHSQ workflows. Trusted across industries by today's workforce - SafetyAmp is the modern, configurable EHSQ solution you've been looking for.
  • Eurekos LMS - Build a Smarter Customer Icon
    Eurekos LMS - Build a Smarter Customer

    The Eurekos customer training LMS makes it easy to deliver product training that retains more customers and transforms partners into advocates.

    Eurekos is a purpose-built LMS that engages customers throughout the entire learning journey from pre-sales, to onboarding, and everything after.
  • 1

    64-bit prime test

    Test 64-bit integers for pribality. Miller-Rabin, Lucas. BPSW

    The code here tests 64-bit integers for primality. For 32-bit values it uses hashing and then a single Miller-Rabin test. As values get larger it uses up to two more Miller Rabin rounds, and at the end it uses BPSW (which is one rould of Miller Rabin and then one of Lucas). Compared to other codes that achieve the same I believe that the hash tables used here are compact, and both the programs and the intermediate data used to create them are provided. This may be of interest just to people...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FFP (Feature frequency profile) is an alignment free comparison tool for phylogenetic analysis and text comparison. It can be applied to nucleotide sequences, complete genomes, proteomes and even used for text comparison.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Provides efficient, effective implementations of 32- and 64-bit hash functions based on Rabin fingerprints / irreducible polynomials, in Java. Also provides integration with java.security.MessageDigest API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next