BeRTOS
random.c File Reference

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.


Detailed Description

High-level random number generation functions.

Author:
Giovanni Bajo <rasky@develer.com>

Definition in file random.c.