You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ Key files to study:
181
181
-**Bug Fix**: Fixed an issue where changing the seed value in the configuration file wasn't properly affecting the output image. The bug was in the `render_from_config` function where the RNG state wasn't being properly managed.
182
182
-**Bug Fix**: Fixed color inconsistency between the basic example and the main program. Now both methods produce the same colors for the same seed.
183
183
-**Change**: Updated the default seed value to 99 throughout the codebase.
184
+
-**Test**: Added a test to verify that the images generated by the basic example and the main program are identical.
0 commit comments