Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
pcg_rand.h File Reference

PCGRandom float generator. More...

#include <stdint.h>
Include dependency graph for pcg_rand.h:

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)
 

Detailed Description

PCGRandom float generator.

Definition in file pcg_rand.h.

Typedef Documentation

◆ PCGRand

typedef struct PCGRand PCGRand

Definition at line 31 of file pcg_rand.h.