All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.test.TestRandom

java.lang.Object
   |
   +----IS.hi.logir.cryptonite.test.TestRandom

public class TestRandom
extends Object
This class runs the method RandomSpinner.isRandom(), which runs the random number generator through a chi-square test and a gap test to ensure that it really is returning a stram of random numbers.

It is possible that the randomness of the returned data depends on the particular vital machine it is running on. It is therefore a good idea to run this program on the machine where Cryptonite will be used.

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
RandomSpinner

Constructor Index

 o TestRandom()

Method Index

 o main(String[])

Constructors

 o TestRandom
 public TestRandom()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index