Generates Lorem Ipsum placeholder text of a desired length. The classic "Lorem ipsum dolor sit amet…" intro may be included up to its full four-sentence (or one-paragraph) length, or used in part or not at all, after which the randomized Latin-like text continues producing paragraphs until the requested length is reached.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| - | No Primary Input | - |
| Length | Total length of generated text in the chosen denomination (characters, words, sentences, or paragraphs), including the classic "Lorem ipsum dolor sit amet…" intro. A length in characters is never exceeded but may fall a few characters short, since words are never cut. Default: | u32[]u32 |
| Length In | How the desired quantity of generated text is counted. Default: | TextDenomination[]TextDenomination |
| "Lorem…" Intro | Length of the classic "Lorem ipsum dolor sit amet…" intro to include at the start of the generated text. Disable by setting this to 0. Default: | u32[]u32 |
| "Lorem…" Intro In | How the desired quantity of classic intro text is counted for inclusion at the start. If one paragraph is chosen, the full intro is included and the randomized continuation begins on the next paragraph; otherwise the continuation may follow in the same paragraph. Default: | TextDenomination[]TextDenomination |
| Seed | Seed to determine unique variations on the randomized text generated after the optional classic intro. Default: | u32[]u32 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | StringString[] |