Class Random.System

Inheritance graph
Builtin.RandomSystem Random.System
Description

This is the default implementation of the random functions. This is the Random.Interface combined with a system random source. On Windows this is the default crypto service while on Unix systems it is /dev/urandom.

In case of a process fork the generators in the two processes will generate independent random values.


Inherit RandomSystem

inherit Builtin.RandomSystem : RandomSystem