Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created July 31, 2021 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YonatanKra/1ef7a5b3bd3a3779894cc70ff8d7e75b to your computer and use it in GitHub Desktop.
Save YonatanKra/1ef7a5b3bd3a3779894cc70ff8d7e75b to your computer and use it in GitHub Desktop.
const noise_matrix = new Array(MATRIX_DIMENSIONS.height).fill(0).map(() => {
return generateWhiteNoise(MATRIX_DIMENSIONS.width, WHITE_LEVEL);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment