Hello, may I ask for some help? I am faced with a problem; I need to shuffle it (buildings) randomly with the repetition. I want the building distribution to be random, and it is not a problem if the patterns are repeated, because my final goal is optimization. This helps me identify suitable design patterns. In addition, this time I also allocate one plot to green space. Overall, there are ten plots: nine for buildings and one for green space. I attached my file and also a picture; maybe it’s helpful to better understand what I’m looking for.
You could add Random component to generate list of IDs to pick buildings. And your jitter would modify their position. (But I believe random component for wallacei is not the best approach)
Here I shifted list basepoints and buildins so that green plot would be zero index. Then generate other ids and insert 0 to make sure green plot is always only one.
this way you also have a pre-built data-tree with all the 10x Rectangles that you can use to get Area Centroid + XY_Plane and use for Orient operations (this also allows for including Rotation in a very easy way)