Generate text
Generates paragraphs of text
Evaluation
This expression evaluates to a function of the form:
(seed) -> any
The function is consistent with generator semantics of the Random Data step.
Processing
Given a seed value, the function returns a pseudo-random selection of paragraphs of text.
Settings
Name | Type | Description |
---|---|---|
Paragraphs min |
long | Minimum number of paragraphs to generate. |
Paragraphs max |
long | Maximum number of paragraphs to generate. |
Chance of nil |
double |
Probability in range of 0.0 to 1.0 that the generator will return nil instead of generating a value. |