java.lang.Object
|
+----java.util.Random
|
+----java.security.SecureRandom
public class SecureRandom
extends Random
This class provides a crytpographically strong pseudo-random number generator based on the SHA-1 hash algorithm.
The calls inherited from Random will be implemented in terms of the strengthened functionality.