Avro.Test.RandomDataHelper.GetRandomBool C# (CSharp) Méthode

GetRandomBool() public static méthode

public static GetRandomBool ( ) : bool
Résultat bool
        public static bool GetRandomBool()
        {
            return random.Next() % 2 == 1;
        }