Here we have 2 new random generators:
1. Schema generator:
- number of fields
- field name for every field
- random distribution for every field (it can be ordinary value RandomDistribution, or ArrayRandomDistribution, or DocumentRandomDistribution). This is probably the most complicated part of the task and must be designed carefully.
2. Document data generator: takes generated schema as input and generates documents.