public void CloneTest() { var source = new SystemRandomSource(new Random()); var clone = source.Clone(); Assert.IsNull(clone); }