Paths change when using the same seed #851
Replies: 2 comments 7 replies
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
-
Hi, Setting the seed ensures that when running the ray tracer multiple times, a given path always samples the same sequence of interaction types (specular reflection, diffuse reflection, refraction) and the same sequence of directions of propagation for the scattered rays. However, the ordering of the paths differs from one run to the next in the output. Additionally, when the set maximum number of paths ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I set paths(seed=41) in each simulation, why are the results not the same for multiple simulations, and which part of the parameters of this seed ensures that the simulation is consistent?
Beta Was this translation helpful? Give feedback.
All reactions