To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorgenerate pseudorandom categorical attributes
in order to quickly create complex domains
a world creator should be able to create populations with pseudorandom categorical attributes
- Scenarios
-
- one feature with one value
-
- Given
- a feature "species" with the constant value "human"
- When
- the population is sampled
- Then
-
I should see the following individuals:
species human
- one feature with two values
-
- Given
-
a feature "species" with the following values:
human alien - When
- the population is sampled
- Then
-
I should see the following individuals:
species human alien
- several features with several values
-
- Given
-
a feature "gender" with the following values:
male female other - And
-
a feature "species" with the following values:
human alien machine - And
-
a feature "profession" with the following values:
merchant priest soldier pilot - When
- a large population is sampled
- Then
-
I should see the following individuals:
species gender profession human male soldier alien female merchant machine other priest
Last published over 7 years ago by jweissman.