Stardew Engine
Loading...
Searching...
No Matches
Random.c File Reference
#include "Random.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "AssertLib.h"
Include dependency graph for Random.c:

Functions

float Ra_FloatBetween (float min, float max)
 
unsigned int Ra_SeedFromTime ()
 
unsigned int Ra_RandZeroTo (int maxExclusive)
 

Function Documentation

◆ Ra_FloatBetween()

float Ra_FloatBetween ( float  min,
float  max 
)

◆ Ra_RandZeroTo()

unsigned int Ra_RandZeroTo ( int  maxExclusive)

◆ Ra_SeedFromTime()

unsigned int Ra_SeedFromTime ( )