org.openjena.atlas.lib
Class RandomLib

java.lang.Object
  extended by org.openjena.atlas.lib.RandomLib

public class RandomLib
extends Object


Field Summary
static Random qrandom
          Random numbers, good seed, cheaper allocation
static Random random
          Single instance, pure random geenrator
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

public static final Random random
Single instance, pure random geenrator


qrandom

public static final Random qrandom
Random numbers, good seed, cheaper allocation



Licenced under the Apache License, Version 2.0