Examples of NRooksRandom


Examples of ca.eandb.jmist.framework.random.NRooksRandom

      }
    };
    if (firstBounceRays > 0) {
      firstBounceSampler = new ThreadLocal<Random>() {
        protected Random initialValue() {
          return new NRooksRandom(firstBounceRays, 3, rnd.get());
        }
      };
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.