Grasshopper

algorithmic modeling for Rhino

I have 111 paths where each path has a different number of values. 

I want to create a 111 paths of random numbers where each random path or group is different from the rest.

In other words my random values are the same for each group, i need each group to be different

Views: 1127

Attachments:

Replies to This Discussion

You need to generate a different seed for each group. Right now you are asking every path to be assessed at the same random seed level. If you create a series of seeds with the same number in the series as the number of paths, and then plug this into the 'seed' value you will get what your looking for.
Im not sure if I get what your saying, is it possible to post a definition?
[Random] generates pseudo random numbers, meaning for a given seed value you will always get the same random distribution.

From your screenshot you are using a seed of 12. If you want to have a different random distribution for each branch you would need a different seed for each branch.

From your earlier post, it looks like you're trying to randomly remove points so a combination of [Jitter] and [Random Reduce] may work for you.

Note also that depending on what version of GH you're using [Random Reduce] may always include the last value of a list. See this discussion:

http://www.grasshopper3d.com/forum/topics/random-component-1
Thanks for the post Taz, I think the random reduce with jitter is a great way to achieve a random number list which I will probably end up using but I want to figure it out with the random generator as well for the sake of learning. If you can take a look at my file that would be great.

Untitled-1 copy.jpg

I cant figure out how to get a random list that is exactly the same if not very close in structure to my list of points. Thanks allot for the help.
Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service