Show / Hide Table of Contents

Interface IRng

An rng element.

Namespace: FasterGames.Whiskey
Assembly: cs.temp.dll.dll
Syntax
public interface IRng

Methods

Range(Single, Single)

Generates a random number within a range.

Declaration
float Range(float minInclusive, float maxInclusive)
Parameters
Type Name Description
System.Single minInclusive

min inclusive number

System.Single maxInclusive

max inclusive number

Returns
Type Description
System.Single

random number

In This Article
Back to top Copyright FasterGames ©