top of page

Even Random Distribution

  • Writer: David Mans
    David Mans
  • Jan 4, 2024
  • 1 min read

💻 Rhino 5, Grasshopper

🔼 Grasshopper 0.9.0075

🛠️ C# Component

This user object component takes a list of objects and randomly distributes them into a user-specified number of sets. The resultant item count per each set will be equal if the total items is a modulus of the specified set count, or will max the floor total required then add additional items onto randomly selected sets till the remainder is satisfied.



bottom of page