Class Random.Hardware

Inheritance graph
Builtin.RandomInterface Random.Hardware
Description

This class implements a random generator based on the hardware generator available on some system. Currently only supports Intel RDRAND CPU extension.

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


Inherit RandomInterface

inherit Builtin.RandomInterface : RandomInterface