C# Class Snake.Random

Show file Open project: drcjt/CSharp-80

Public Properties

Property Type Description
_val uint

Public Methods

Method Description
Next ( ) : uint
Random ( uint seed )

Method Details

Next() public method

public Next ( ) : uint
return uint

Random() public method

public Random ( uint seed )
seed uint

Property Details

_val public property

public uint _val
return uint