Package performance.BFHashUniformity

Examples of performance.BFHashUniformity.Randoms


    // Values per Hash functions
    int k = 10;
    // Successive runs
    int rounds = 20;
        //Random Values
        Randoms mode = Randoms.INTS;

    speedTests(hashesPerRound, rounds,  m, k, mode);
  }
View Full Code Here

TOP

Related Classes of performance.BFHashUniformity.Randoms

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.