Kwasniok / cpp-raytracing

non-linear raytraycing based on "Raytracing in One Weekend"
2 stars 0 forks source link

make random numer generator seed settable #63

Open Kwasniok opened 2 years ago

Kwasniok commented 2 years ago

Allow to set the seed at the beginning of a render. This is useful if two renders are combined as a continuation run.

related to #40