5758596061626364
@Test public void testGetSRID() { AbstractDistribution one = new Normal(1.0, 0.0, generator); AbstractDistribution two = new Normal(1.0, 0.0, generator); assertEquals(one.nextDouble(), two.nextDouble(), 0.0001); } }