Skip to content

Instantly share code, notes, and snippets.

View mwiebe's full-sized avatar

Mark Wiebe mwiebe

  • AWS Thinkbox
  • Seattle
View GitHub Profile
@mcg1969
mcg1969 / variants.md
Last active December 12, 2017 14:57
Conda hackery: variants

Conda proposal: variants

Motivation

There are many situations where we are inclined to produce multiple variants of the same package, with each variant depending on a different set of low-level dependencies. For instance:

@KdotJPG
KdotJPG / OpenSimplex2S.java
Last active April 29, 2024 17:30
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;