Skip to content

Fix 2D simplex noise using mod(i,255) instead of iand(i,255)

590253b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Fix simplex noise using mod(i,255) instead of iand(i,255) #1218

Fix 2D simplex noise using mod(i,255) instead of iand(i,255)
590253b
Select commit
Loading
Failed to load commit list.
Python 3.14
succeeded Feb 21, 2026 in 49s