BulletMLSample.MyBulletFunctions.GetRandom C# (CSharp) Method

GetRandom() public method

public GetRandom ( ) : float
return float
        public float GetRandom()
        {
            return (float)Game1.rand.NextDouble();
        }