Qyoto.Qt.Qrand C# (CSharp) Method

Qrand() public static method

public static Qrand ( ) : int
return int
        public static int Qrand()
        {
            return (int) staticInterceptor.Invoke("qrand", "qrand()", typeof(int));
        }