The MAXON API ALIASES provides pseudo random number generators for trivial purposes and cryptographic applications.
maxon::LinearCongruentialRandom is a standard pseudo random number generator that can be initialized with a seed value:
maxon::SecureRandom is a cryptographically secure pseudo-random number generator. It is typically used in the context of encrypting data. See Cryptography
maxon::SecureRandom provides these static functions: