Jump to content

Random vs. Non-deterministic Random


Recommended Posts

'standard' random is a fast random generation number that could be based on some input (for eg. Point numbers or point positions).

For eg. If you set random number to be based on point numbers, no matter what position your points will have during time, generated number will be always the same.

Non deterministic is a generator of random numbers that cannot be based on anything.

Also, that random number is beeing genetated every time node is evaluated so it is impossible to recreate same result.

And like you have probably noticed, you can choose between three different types of random number generation algorythm.

Edited by tmdag
Link to comment
Share on other sites

'standard' random is a fast random generation number that could be based on some input (for eg. Point numbers or point positions).

For eg. If you set random number to be based on point numbers, no matter what position your points will have during time, generated number will be always the same.

Non deterministic is a generator of random numbers that cannot be based on anything.

Also, that random number is beeing genetated every time node is evaluated so it is impossible to recreate same result.

And like you have probably noticed, you can choose between three different types of random number generation algorythm.

Thanks for the explanation!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...