Class InsecureRandom

java.lang.Object
java.util.Random
java.security.SecureRandom
convex.core.crypto.InsecureRandom
All Implemented Interfaces:
Serializable, RandomGenerator

public class InsecureRandom extends SecureRandom
A SecureRandom instance that returns deterministic values given an initial seed. SECURITY: Neither secure nor truly random, but useful for testing. Please don't use for protecting real assets....
See Also: