Increasingly random points on a grid

I am interested in making a 2d grid that intersects every 3 feet and have points on that grid. The points I would like to deviate from the grid as the x value increases. For example, the first column, should have all the points perfectly aligned to the grid. Then the next column should have a small amount of randomness and the points should leave the grid a little bit. The next column should have more variation in how far away they move from the grid. So on and so forth. I am a first time user of grasshopper and am fairly lost. As for now I found how to align points to the grid and tried adding a random number to the plane but that hasn’t worked. All help would be very appreciated!!!

Here done in 1d deviation (per x)…can be done in 2d as well…it depends what you want…

Grid-DEV.gh (10.7 KB)

1 Like

WOW this is exactly what I needed! Thank you so much!

How would I do this in the y direction as well?

also could you give a brief synopsis of how this works?

Currently on my phone, out of office, later…

Grid-DEV.gh (14.1 KB)

1 Like