Cub3D
 
Loading...
Searching...
No Matches
random.c File Reference
#include "maze.h"
Include dependency graph for random.c:

Functions

void ft_srand (unsigned int seed)
 Sets the initial random state from the given seed.
 
unsigned int ft_rand (void)
 Generate a random unsigned int.
 
void array_shuffle (int *arr, int len)
 Shuffle an array.