Add pairwise independence test, tweak randOffset
This commit is contained in:
parent
c98b0e9687
commit
4e2a5e1663
2 changed files with 18 additions and 3 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue