BeRTOS
|
High-level random number generation functions. More...
#include "random.h"
#include "random_p.h"
#include <cfg/macros.h>
#include <drv/timer.h>
#include <sec/prng.h>
#include <sec/entropy.h>
#include <sec/util.h>
#include <sec/hash/sha1.h>
#include <sec/prng/isaac.h>
#include <sec/prng/x917.h>
#include <sec/prng/yarrow.h>
#include <sec/entropy/yarrow_pool.h>
Go to the source code of this file.
High-level random number generation functions.
Definition in file random.c.