This patch exposes the sampling offset option to Blender. It is located in the "Sampling > Render" 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 `RenderWork` and `RenderScheduler` classes so that the sample count in the status string can be calculated correctly.