public void CreateRandom_UShort_should_work() { ushort randomValue = CreateRandom.UShort(); Assert.IsNotNull(randomValue); }