Banjo API 0.0.1
C99 game development API
Loading...
Searching...
No Matches
random.c File Reference
#include <banjo/log.h>
#include <banjo/main.h>
#include <banjo/random.h>
#include <banjo/time.h>
#include <string.h>
Include dependency graph for random.c:

Functions

static uint64_t pcg32_u64 (bj_pcg32 *g)
int bj_main (int argc, char *argv[])

Function Documentation

◆ bj_main()

int bj_main ( int argc,
char * argv[] )

◆ pcg32_u64()

uint64_t pcg32_u64 ( bj_pcg32 * g)
static
Examples
random.c.