Add component for arrays
Closed this issue · 1 comments
ank1traj commented
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.
ank1traj commented
Implemented the solution and tested it successfully. Closing the issue.