static void Main(string[] args)
        {
            UdvidetRandom r = new UdvidetRandom();

            Console.WriteLine(r.NextBool());
        }