com.carrotsearch.hppc.caliper
Class Util

java.lang.Object
  extended by com.carrotsearch.hppc.caliper.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static int[] prepareData(int len, java.util.Random rnd)
          Prepare pseudo-random data from a fixed seed.
static int[] shuffle(int[] array, java.util.Random rnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

prepareData

public static int[] prepareData(int len,
                                java.util.Random rnd)
Prepare pseudo-random data from a fixed seed.


shuffle

public static int[] shuffle(int[] array,
                            java.util.Random rnd)


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.