979899100101102103104105106
} }; if (firstBounceRays > 0) { firstBounceSampler = new ThreadLocal<Random>() { protected Random initialValue() { return new NRooksRandom(firstBounceRays, 3, rnd.get()); } }; } }