Colt 1.0.2

Uses of Package
edu.cornell.lassp.houle.RngPack

Packages that use edu.cornell.lassp.houle.RngPack
cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
cern.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
cern.jet.random.engine Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution. 
cern.jet.random.sampling Samples (picks) random subsets of data sequences. 
cern.jet.stat.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
edu.cornell.lassp.houle.RngPack More strong uniform pseudo-random number generators. 
hep.aida.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. 
 

Classes in edu.cornell.lassp.houle.RngPack used by cern.colt.matrix.doublealgo
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 

Classes in edu.cornell.lassp.houle.RngPack used by cern.jet.random
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 

Classes in edu.cornell.lassp.houle.RngPack used by cern.jet.random.engine
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
RandomSeedable
          RandomSeedable is an abstract class that extends the RandomElement class to include the ability to automatically generate a valid long seed from the clock.
 

Classes in edu.cornell.lassp.houle.RngPack used by cern.jet.random.sampling
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 

Classes in edu.cornell.lassp.houle.RngPack used by cern.jet.stat.quantile
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 

Classes in edu.cornell.lassp.houle.RngPack used by edu.cornell.lassp.houle.RngPack
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
RandomSeedable
          RandomSeedable is an abstract class that extends the RandomElement class to include the ability to automatically generate a valid long seed from the clock.
 

Classes in edu.cornell.lassp.houle.RngPack used by hep.aida.bin
RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 


Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.