six2six / fixture-factory

Generator fake objects from a template
Apache License 2.0
445 stars 88 forks source link

has() random number #109

Open lippoliv opened 5 years ago

lippoliv commented 5 years ago

It would be nice if it is possible to link a random number

add("subItems", has(random(Integer.class, range(1,10))).of(SubItem.class, 'valid');
atif-github-venture commented 3 years ago

Hi.. can I work on this solution, will you be accepting the PR in time? Our team needs this for an academic project.