random_engine_t¶
typedef struct RandomEngine random_engine_t
Random engine type.
Note
The internal structure of the random engine is hidden from the user.
However, the user can access the random engine's specification and data
through the random_engine_get_spec
and random_engine_data
functions.