For testing, I needed to generate a list of data values randomly and put them into the models for further use. But I found out that there is no library, which could produce such functionality.
The elegant solution I expected to find had to combine such simple things as:
- the variety of data;
- the variety of methods to reach this data;
- the possibility to change the default data set to the custom one.