Generate workplace
Generates a workplace description dict
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 dict value of the following form:
{
:domain string,
:department string,
:company string,
:industry string
}
An concrete value might look like:
{
:domain 'dunlin-olive.com',
:department 'Finance',
:company 'Dunlin Olive Industries',
:industry 'Textiles'
}
All values are randomly generated.
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. |