Class RandomParagraphGenerator
Inheritance
RandomParagraphGenerator
Assembly: RandomGenerator.dll
Syntax
public class RandomParagraphGenerator
Constructors
|
Improve this Doc
View Source
RandomParagraphGenerator()
Declaration
public RandomParagraphGenerator()
|
Improve this Doc
View Source
RandomParagraphGenerator(RandomSentenceGenerator?)
Declaration
public RandomParagraphGenerator(RandomSentenceGenerator? sentenceGenerator)
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)
Declaration
public string Generate(int numberSentences, int minWords, int maxWords)
Parameters
Type |
Name |
Description |
int |
numberSentences |
|
int |
minWords |
|
int |
maxWords |
|
Returns