Skip to content
/ RBN Public

Simple implementation of a random boolean network for supercollider

Notifications You must be signed in to change notification settings

MaxWorgan/RBN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation


Simple RBN impelmentation for supercollider


a = RBN.new; //create a new network
a.init(32,2.9, 0.5); // init with number of nodes, number of inputs and probability of boolean function
100.do({a.step;a.postln}); // step through the results (step returns a array for further use)

the magic values for k are  2 < k < 3 

About

Simple implementation of a random boolean network for supercollider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages