bigloo.foreign.rand C# (CSharp) Method

rand() public static method

public static rand ( ) : int
return int
        public static int rand()
        {
            return randg.Next();
        }
foreign