AdvancedRandom, the simplest way to advance your randomization!
Have you ever thought, “Man, my randomization is too boring. It needs to be more advanced!”
…never?
Well too bad! Your randomization can be more advanced now!
This extension includes:
Daily Seeded Randomization:
Daily seeded randomization randomizes a number between 1 and a maximum value based on the day, giving the same output until the date changes.
Seeded Randomization takes 1 number which the randomization will be between 1 and that number.
Weighted Randomization:
Weighted randomization randomizes the children of a variable based on their weights.
Example: Apple (Value: 100) Orange (Value: 10) Banana (Value: 30) Apple would get chosen much more often since it’s value is 100, while orange would get chosen the least often since it’s value is 10.
Weighted Randomization takes 1 parameter which is the structure variable to randomize.
This extension is a work in progress, and is also the first extension I’ve ever made, so feel free to try it out and let me know if you have feedback or spot any bugs! ![]()
(I also haven’t used Github much, so hopefully that link lets you download it!)