Skip to content

Increment ray idx by 1 to avoid zero values in RNG

Evgenii Chaikin requested to merge improve_rng_for_rays into master

In the RNG function for rays, increment ray idx by 1 to avoid zero values (ie bits with all zeroes)

Merge request reports