Generating Random Multiple Cuboids

Hey Everyone,

I am attempting to generate a series of cubes of random lengths, widths and heights. I would like the user to be able to control the number of cubes. I am certain I need some sort of loop but am unsure how to generate multiple cubes and space them evenly on a grid or line. Any tips or hints on this would be greatly appreciated

Thank you,
Kyle

No loop necessary. Use the Cuboid node with an origin input so you can set its location. It just takes a little math to figure out your spacing.