Uses of Class
ccs.chaos.ChaosMetrics

Packages that use ChaosMetrics
ccs.chaos Provides cryptosecure pseudorandom numbers. 
 

Uses of ChaosMetrics in ccs.chaos
 

Methods in ccs.chaos that return ChaosMetrics
 ChaosMetrics ChaosMage.addEntropy(byte[] sample, float degrader)
          Accepts a supply of entropy and adds it to the pool.
 

Constructors in ccs.chaos with parameters of type ChaosMetrics
ChaosMetrics(ChaosMetrics cm)
          Construct a ChaosMetrics which is a copy of another ChaosMetrics.