Zrythm
a highly automated and intuitive digital audio workstation
|
PCGRandom float generator. More...
#include <cstdint>
Go to the source code of this file.
Typedefs | |
typedef struct PCGRand | PCGRand |
Functions | |
PCGRand * | pcg_rand_new (void) |
float | pcg_rand_uf (PCGRand *self) |
float | pcg_rand_sf (PCGRand *self) |
uint32_t | pcg_rand_u32 (PCGRand *self) |
PCGRandom float generator.
Definition in file pcg_rand.h.
typedef struct PCGRand PCGRand |
Definition at line 18 of file pcg_rand.h.