KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > Random > Top Examples

  • org.hsqldb.test.TestCacheSize
    Test large cached tables by setting up a cached table of 100000 records or more and a much smaller memory table with about 1/100th rows used. Populate both tables so that an indexed column of the cached table has a foreign key reference to the main table. This database can be used to demonstrate ...
  • org.apache.commons.lang.math.RandomUtilsTest
    Test cases for the {@link RandomUtils} class. @author <a HREF="mailto:phil@steitz.com">Phil Steitz</a> @version $Revision: 161244 $ $Date: 2005-04-14 02:16:36 -0400 (Thu, 14 Apr 2005) $
  • org.apache.commons.lang.math.RandomUtils
    <p><code>RandomUtils</code> is a wrapper that supports all possible {@link java.util.Random} methods via the {@link java.lang.Math#random()} method and its system-wide <code>Random</code> object. @author Henri Yandell @author Gary D. Gregory @since 2.0 @version $Id: ...
  • com.sleepycat.je.util.Adler32Test
  • org.apache.catalina.session.ManagerBase
    Minimal implementation of the <b>Manager</b> interface that supports no session persistence or distributable capabilities. This class may be subclassed to create more sophisticated Manager implementations. @author Craig R. McClanahan @version $Revision: 1.40 $ $Date: 2005/02/15 21:10 ...
  • org.apache.axis2.util.SessionUtils
    Code borrowed from AuthenticatorBase.java for generating a secure id's.
  • com.sun.slamd.example.WeightedSiteMinderJobClass
    This class defines a SLAMD job that simulates the load that SiteMinder can place on an LDAP directory server using a weighted access pattern. The load that it uses is based on the following (rather inefficient) sequence of events: <OL> <LI>Perform a subtree search from the directory ...
  • org.prevayler.demos.scalability.RecordIterator
    Generates Record objects with ids from 0 to numberOfRecords - 1.
  • org.coach.tracing.service.Sender
  • org.objectweb.proactive.core.node.NodeFactory
    <p> The <code>NodeFactory</code> provides a generic way to create and lookup <code>Node</code> without protocol specific code (such as RMI or Jini). </p><p> <code>NodeFactory</code> provides a set of static methods to create and lookup <code ...
Popular Tags