C# Class Blef.GameLogic.Utils.StaticRandom

This class is used, cause we don't want to create Random class every time. It is possible that 'new Random' that are close in code and time will give the same random values.
Show file Open project: m-m-c-c/blef

Public Properties

Property Type Description
Instance Random

Property Details

Instance public static property

public static Random Instance
return Random