public void CreateRandom_ULong_should_work() { ulong randomValue = CreateRandom.ULong(); Assert.IsNotNull(randomValue); }