ank1traj/testcase-generator

Add component for arrays

Closed this issue · 1 comments

The "Add to arrays" component allows the user to generate arrays of integers or floats with custom specifications. The user can choose the length of the arrays, the minimum and maximum value of each element, and the number of arrays to generate. Additionally, the user can specify whether to allow duplicates in the arrays or not.

Implemented the solution and tested it successfully. Closing the issue.