Beispiel #1
0
        public void RandomPointTest()
        {
            Point a = curve.RandomPoint(new Random());

            Assert.IsTrue(curve.IsOnCurve(a));
        }