Class RandomTextGenerator
Inheritance
RandomTextGenerator
Assembly: RandomGenerator.dll
Syntax
public class RandomTextGenerator
Constructors
|
Improve this Doc
View Source
RandomTextGenerator()
Declaration
public RandomTextGenerator()
|
Improve this Doc
View Source
RandomTextGenerator(RandomParagraphGenerator?)
Declaration
public RandomTextGenerator(RandomParagraphGenerator? randomParagraphGenerator)
Parameters
Fields
|
Improve this Doc
View Source
random
Declaration
protected static readonly Random random
Field Value
Methods
|
Improve this Doc
View Source
Generate(int, int, int, int, int)
Declaration
public string Generate(int numberParagraphs, int minSentences, int maxSentences, int minWords, int maxWords)
Parameters
Type |
Name |
Description |
int |
numberParagraphs |
|
int |
minSentences |
|
int |
maxSentences |
|
int |
minWords |
|
int |
maxWords |
|
Returns