CardsAgainstHumanity.Application.Extensions.RandomX.Get C# (CSharp) Method

Get() public static method

public static Get ( int upper = 999999 ) : int
upper int
return int
        public static int Get(int upper = 999999) => Instance.Next(upper);
    }
RandomX