java.lang.Object
io.github.astrapi69.random.number.RandomShortFactory
Utility class for producing random primitive short types
-
Method Summary
Modifier and TypeMethodDescriptionstatic short
Returns a random shortstatic short
randomShort
(SecureRandom secureRandom) Returns a random short
-
Method Details
-
randomShort
Returns a random short- Parameters:
secureRandom
- the secure random for short generation- Returns:
- The generated random short
-
randomShort
public static short randomShort()Returns a random short- Returns:
- The generated random short
-