An extension for C# built-in Random class

For testing purpose, I need to generate some random string (contains only letters without any other special characters) with customized length. So I extends the C# built-in Random class like this: #r... [More]