Show / Hide Table of Contents

Class RandomTextGenerator

Inheritance
object
RandomTextGenerator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RandomGenerator
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
Type Name Description
RandomParagraphGenerator randomParagraphGenerator

Fields

| Improve this Doc View Source

random

Declaration
protected static readonly Random random
Field Value
Type Description
Random

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
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX