| RandomizerGenerateLoremIpsum Method |
Generates a random lorem ipsum text
Namespace:
Cauldron
Assembly:
Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static string GenerateLoremIpsum(
int minWords,
int maxWords,
int minSentences = 1,
int maxSentences = 1,
uint paragraphCount = 1
)
Parameters
- minWords
- Type: SystemInt32
The minimum word count to generate - maxWords
- Type: SystemInt32
The maximum word count to generate - minSentences (Optional)
- Type: SystemInt32
The minimum sentence count to generate - maxSentences (Optional)
- Type: SystemInt32
The maximum sentence count to generate - paragraphCount (Optional)
- Type: SystemUInt32
The number of paragraphs to generate
Return Value
Type:
StringThe generated lorem ipsum text
Exceptions See Also