All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simula.random.RandomEngineHotBits

java.lang.Object
   |
   +----simula.random.RandomEngine
           |
           +----simula.random.RandomEngineHotBits

public class RandomEngineHotBits
extends RandomEngine
Implements a pseudo-random generator using the data collected from the generator of random sequences obtained from the radioactive deplection called HotBits by John Walker. Suggested only for very critical application.


Constructor Index

 o RandomEngineHotBits()
Create a new HotBits generator.

Method Index

 o nextByte()
Returns the next byte from the generator.

Constructors

 o RandomEngineHotBits
 public RandomEngineHotBits()
Create a new HotBits generator.

Methods

 o nextByte
 public byte nextByte()
Returns the next byte from the generator.

Returns:
the next byte from the generator.
Overrides:
nextByte in class RandomEngine

All Packages  Class Hierarchy  This Package  Previous  Next  Index