Randomness
Comprehensive reference on physically based rendering techniques
An introduction to Monte Carlo ray tracing
The classic Kajiya rendering equation paper introduced the "rendering equation" and the path tracing algorithm
An overview various variance reduction techniques for Monte Carlo rendering, covering bidirectional path tracing, Metropolis-Hastings algorithm, MIS, stratified Sampling, low-discrepancy sampling, blue noise, photon mapping, and finite element radiosity
the Academy Award-winning Ph.D. thesis by Eric Veach. It starts from bidirectional light transport algorithms and introduces multiple importance sampling and Metropolis light transport
Classic paper introducing a fast and simple filter for ray tracing denoising.
An explanation of direct lighting and next event estimation in ray tracers