Banjo API 1.0.0-rc.2
Low-level 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:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

Definition at line 31 of file random.c.

◆ pcg32_u64()

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

Definition at line 25 of file random.c.

Referenced by main().