AdEvade.Randomizer.Randomizer.Bool C# (CSharp) Method

Bool() public method

public Bool ( ) : bool
return bool
        public bool Bool()
        {
            return Random.Next(201) > 100;
        }