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.
-
RandomEngineHotBits()
- Create a new HotBits generator.
-
nextByte()
-
Returns the next byte from the generator.
RandomEngineHotBits
public RandomEngineHotBits()
- Create a new HotBits generator.
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