DoopelPonger
Static Public Member Functions | List of all members
RandomUtils Class Reference

Collection of methods for generating random numbers. More...

Static Public Member Functions

static float RandomRange (Range range)
 Generate a random number between a minimum and maximum. More...
 
static float GetRandomAngle ()
 

Detailed Description

Collection of methods for generating random numbers.

Member Function Documentation

◆ GetRandomAngle()

static float RandomUtils.GetRandomAngle ( )
static
Returns
A random number between 0 and 359.99.

◆ RandomRange()

static float RandomUtils.RandomRange ( Range  range)
static

Generate a random number between a minimum and maximum.

Parameters
rangeThe min and max values for the random selection.
Returns
The random number.

The documentation for this class was generated from the following file: