Skip to content

Instantly share code, notes, and snippets.

View 0XDE57's full-sized avatar
🧙‍♂️
RISC-V when?

arbitrary hexcode 0XDE57

🧙‍♂️
RISC-V when?
View GitHub Profile
@0XDE57
0XDE57 / OpenSimplex2S.java
Created October 10, 2024 09:04 — forked from KdotJPG/OpenSimplex2S.java
Visually isotropic coherent noise algorithm based on alternate constructions of the A* lattice.
/**
* K.jpg's OpenSimplex 2, smooth variant ("SuperSimplex")
*
* More language ports, as well as legacy 2014 OpenSimplex, can be found here:
* https://github.com/KdotJPG/OpenSimplex2
*/
public class OpenSimplex2S {
private static final long PRIME_X = 0x5205402B9270C86FL;