test
This commit is contained in:
@@ -271,7 +271,7 @@ export function cyclicMa(rules, initialState, t) {
|
||||
return states;
|
||||
}
|
||||
|
||||
export function renderToCanvas(canvas, width, height, sn = 13292213, dn = 182) {
|
||||
export function renderToCanvas(canvas, width, height, sn = 13292213, dn = 183) {
|
||||
const r = 1;
|
||||
const rules = toMaRule(sn, dn, 2 * r + 1, 2);
|
||||
let states = Array.from({ length: height }, () => Array(width).fill(0));
|
||||
|
||||
Reference in New Issue
Block a user