Generate word
Generates a random word
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 common English word from a pool of ca. 5000 words.
Settings
Name | Type | Description |
---|---|---|
Chance of nil |
double |
Probability in range of 0.0 to 1.0 that the generator will return nil instead of generating a value. |