Package ru.ispras.fortress.randomizer
Interface RandomGenerator
-
- All Known Implementing Classes:
LaggedFibonacci
,ModifiedLaggedFibonacci
public interface RandomGenerator
A random number generator interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
next()
Returns the next random integer number.void
seed(int seed)
Sets the seed of the random number generator.
-