We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fba8d6 commit 17cd0efCopy full SHA for 17cd0ef
perlin.py
@@ -1,4 +1,5 @@
1
"""Perlin noise implementation."""
2
+#https://gist.github.com/eevee/26f547457522755cb1fb8739d0ea89a1
3
# Licensed under ISC
4
from itertools import product
5
import math
0 commit comments