Beispiel #1
0
        public void AnyNegativeInt16Distribution()
        {
            var anon = new AnonymousData();

            var result = anon.AnyNegativeInt16(Distribution.Uniform);

            Assert.True(result < 0);
        }
Beispiel #2
0
        public void AnyNegativeInt16()
        {
            var anon = new AnonymousData();

            var result = anon.AnyNegativeInt16();

            Assert.True(result < 0);
        }