C# Class DemoCommon.Helper.Random

Mostrar archivo Open project: dreamanlan/CSharpGameFramework

Private Properties

Property Type Description

Public Methods

Method Description
Next ( ) : int
Next ( int max ) : int
Next ( int min, int max ) : int
NextFloat ( ) : float

Method Details

Next() public static method

public static Next ( ) : int
return int

Next() public static method

public static Next ( int max ) : int
max int
return int

Next() public static method

public static Next ( int min, int max ) : int
min int
max int
return int

NextFloat() public static method

public static NextFloat ( ) : float
return float