Interface RandomFactory
-
- All Known Implementing Classes:
DefaultRandomFactory
public interface RandomFactory
- See Also:
DefaultRandomFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Random
createRandom()
-
-
-
Method Detail
-
createRandom
Random createRandom()
- Returns:
- never null
-
-