Reports any uses of
java.lang.Random
or
java.lang.math.Random()
. In secure environments,
java.secure.SecureRandom
is a better choice, offering cryptographically secure random number generation.