View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Pboolnet

A Boolean Network pattern inspired by this article.


new version: boolean networks

Pboolnet.sit
Pboolean.sit.hqx (subclasses ListPattern)
see Using Patterns as Noise Source




(true.or(false)).postln; true
(false.or(true)).postln; true

(true.xor(false)).postln; true
(false.xor(true)).postln; true

(true.and(false)).postln; false
(false.and(true)).postln; false

(true.not(false)).postln; false
(false.not(true)).postln; true

Links to this Page