**Readme**

This supplementary contains our sampler code and and web page allowing to compare rendered images.

Open index.html and click on a picture compare different samplers used to render this scene.

Dependancies:
=============
GSL

Code compilation:
=================

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make sot


Code toy execution:
===================

./sot -n 1024 -c -o test.dat

Generates 1 set of 1024 samples in test.dat using default parameters
