vhalldez Posted March 9, 2018 Share Posted March 9, 2018 Hi folks, what the better way to create a rand(on based on clock of operational system? For the value of this randon to variate each time that initiate Houdini Any idea? Quote Link to comment Share on other sites More sharing options...
3dome Posted March 9, 2018 Share Posted March 9, 2018 use python something like this import random from datetime import datetime random.seed(datetime.now()) Quote Link to comment Share on other sites More sharing options...
vhalldez Posted March 15, 2018 Author Share Posted March 15, 2018 Thank you 3dome ! Quote Link to comment Share on other sites More sharing options...
vfxstu Posted March 17, 2018 Share Posted March 17, 2018 (edited) Also in Vops we have Non-Deterministic Random node, and VEX nrandom( ) function. Edited March 17, 2018 by vfxstu 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.