public void Types_TryAll_NoException() { bool a = Rng.Bool(); ushort b = Rng.UInt16(); short c = Rng.Int16(); uint d = Rng.UInt32(); int e = Rng.Int32(); ulong f = Rng.UInt64(); long g = Rng.Int64(); float h = Rng.Single(); double i = Rng.Double(); byte j = Rng.Byte(); byte[] k = Rng.ByteArray(16); }