SandMark version 3.0


sandmark.obfuscate.UltimateReorderer.ConstantPoolReorderer
Class random

java.lang.Object
  |
  +--sandmark.obfuscate.UltimateReorderer.ConstantPoolReorderer.random

public class random
extends java.lang.Object


Field Summary
(package private)  java.util.Random rand
           
 
Constructor Summary
random()
           
 
Method Summary
 java.util.Hashtable createht(int size)
           
 java.util.Hashtable createht(int size, java.util.HashSet hs)
           
 int pRand(int mod)
           
static java.util.Hashtable reorderCPIndexes(int cplen)
           
static java.util.Hashtable reorderCPIndexes(int cplen, java.util.HashSet hs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rand

java.util.Random rand
Constructor Detail

random

public random()
Method Detail

pRand

public int pRand(int mod)

reorderCPIndexes

public static java.util.Hashtable reorderCPIndexes(int cplen)

reorderCPIndexes

public static java.util.Hashtable reorderCPIndexes(int cplen,
                                                   java.util.HashSet hs)

createht

public java.util.Hashtable createht(int size)

createht

public java.util.Hashtable createht(int size,
                                    java.util.HashSet hs)

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003