mirror of
https://github.com/tonytins/Lorem.NET.git
synced 2025-03-15 04:32:23 +00:00
A .NET library for all things random!
Lorem.NET | ||
Lorem.NET.sln | ||
Lorem.NET.v12.suo | ||
readme.md |
Lorem.NET
A .NET library for all things random!
Usage
Text Helpers
// will generate a string with two to five words:
string temp = Lorem.Words(2, 5);