예제 #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void nextLongValueBounded()
        public virtual void NextLongValueBounded()
        {
            CheckDistribution(() => RandomValues.nextLongValue(BOUND));
            CheckBounded(() => RandomValues.nextLongValue(BOUND));
        }