public void Next_ReturnsZero() { DefaultFloatSource source = new DefaultFloatSource(); float value = source.Next(null); Assert.AreEqual(0, value); }