This patch exposes the sampling offset option to Blender. It is located in the "Sampling > Advanced" panel.
For example, this can be useful to parallelize rendering and distribute different chunks of samples for each computer to render.
I also had to add this option to RenderWork and RenderScheduler classes so that the sample count in the status string can be calculated correctly.