Add pairwise independence test, tweak randOffset

This commit is contained in:
Ian Clester
2023-03-20 22:27:35 -04:00
parent c98b0e9687
commit 4e2a5e1663
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ This program is free software: you can redistribute it and/or modify it under th
import * as krill from './krill-parser.js';
import * as strudel from '@strudel.cycles/core';
const randOffset = 0.0002;
const randOffset = 0.0003;
const applyOptions = (parent, code) => (pat, i) => {
const ast = parent.source_[i];