libyggdrasil
v1.0.0
|
RNG abstraction implementation for Midgard. More...
Go to the source code of this file.
Classes | |
struct | rng_t |
RNG handle type. More... | |
Functions | |
C_LINKAGE bool | yggdrasil_RNG_Init (rng_t rng) |
RNG initialization. More... | |
C_LINKAGE bool | yggdrasil_RNG_Deinit (rng_t rng) |
RNG deinitialization. More... | |
C_LINKAGE u8 | yggdrasil_RNG_GetU8 (rng_t rng) |
Get a random u8. More... | |
C_LINKAGE u16 | yggdrasil_RNG_GetU16 (rng_t rng) |
Get a random u16. More... | |
C_LINKAGE u32 | yggdrasil_RNG_GetU32 (rng_t rng) |
Get a random u32. More... | |
RNG abstraction implementation for Midgard.
RNG deinitialization.
rng | RNG handel |
Get a random u16.
rng | RNG handel |
Get a random u32.
rng | RNG handel |
Get a random u8.
rng | RNG handel |