UNPKG

@thi.ng/colored-noise

Version:

Customizable O(1) ES6 generators for colored noise

10 lines (9 loc) 138 B
import { SYSTEM } from "@thi.ng/random/system"; const DEFAULT_OPTS = { bins: 2, scale: 1, rnd: SYSTEM }; export { DEFAULT_OPTS };