File Random.c
Go to the source code of this file
#include "Random.h"#include <stdio.h>#include <stdlib.h>#include <time.h>#include "AssertLib.h"
Public Functions
| Type | Name |
|---|---|
| float | Ra_FloatBetween (float min, float max) |
| unsigned int | Ra_RandZeroTo (int maxExclusive) |
| unsigned int | Ra_SeedFromTime () |
Public Functions Documentation
function Ra_FloatBetween
float Ra_FloatBetween (
float min,
float max
)
function Ra_RandZeroTo
unsigned int Ra_RandZeroTo (
int maxExclusive
)
function Ra_SeedFromTime
unsigned int Ra_SeedFromTime ()
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/core/Random.c