Create an array of n elements filled with random data. The array can be static or dynamic. If the array is dynamic, the size must be passed as a runtime argument.
See Implementation
Create an array of n elements filled with random data. The array can be static or dynamic. If the array is dynamic, the size must be passed as a runtime argument.