CSS Logo XNACS1Lib Library Documentation
XNACS1Base.RandomFloat Method (Single, Single)

Game-Themed Introductory Programming Project   

Returns a float between min and max. This function may return min, or may return a number that's close to max, but will never return max itself

public static float RandomFloat(
   Single min,
   Single max
);

Parameters

min
Min number to be returned.
max
Max number to be returned.

Return Value

A random number between min and max.

See Also

XNACS1Base Class | XNACS1Lib Namespace | XNACS1Base.RandomFloat Overload List