GlennimusPrime Posted July 29, 2021 Share Posted July 29, 2021 (edited) Hello, I'm trying to understand seed values a bit more - When randomising a value with an integer seed value eg +1, +100, +1000 etc. Are each of these values completely random, or does a smaller seed number mean less variation in values than if I use a large seed number? For example: rand($PT + 1) vs rand($PT + 1526) - Glenn Edited August 28, 2021 by GlennimusPrime Quote Link to comment Share on other sites More sharing options...
animatrix Posted July 29, 2021 Share Posted July 29, 2021 Hi, It's pseudo random, so the result will be completely different regardless of the size of the difference between the seeds. If you want the randomness to be relative to the seed value changes, you can use noise instead: https://www.sidefx.com/docs/houdini/expressions/noise.html Quote Link to comment Share on other sites More sharing options...
GlennimusPrime Posted August 28, 2021 Author Share Posted August 28, 2021 Apologies I missed this reply, thanks for clearing this up for me! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.