aboutsummaryrefslogtreecommitdiff
path: root/nusmuk-utils/randn-help.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 16:29:05 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 16:29:05 +0000
commitb06e377d1aba31ff8ef27732335a7ccd6610b387 (patch)
tree90507969582e24f01039dd99dbe5419ff687aef7 /nusmuk-utils/randn-help.pd
parent65f8dbf20dcc77f1a6e12271345d1806516fdfa2 (diff)
svn path=/trunk/externals/nusmuk/; revision=14370
Diffstat (limited to 'nusmuk-utils/randn-help.pd')
-rwxr-xr-xnusmuk-utils/randn-help.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/nusmuk-utils/randn-help.pd b/nusmuk-utils/randn-help.pd
new file mode 100755
index 0000000..b0787d9
--- /dev/null
+++ b/nusmuk-utils/randn-help.pd
@@ -0,0 +1,20 @@
+#N canvas 460 231 523 310 10;
+#X text 49 31 _randn - random numbers in gaussian distribution;
+#X text 111 67 \$2 : mean;
+#X text 111 49 \$1 : standard deviation;
+#X msg 73 112 bang;
+#X floatatom 103 161 0 0 0 0 - - -;
+#X floatatom 73 242 0 0 0 0 - - -;
+#X msg 83 136 seed 123;
+#X text 125 110 bang for output;
+#X text 165 136 message to set the seed;
+#X text 136 160 inlet to reset the std;
+#X text 149 216 argument to initialize the std and mean;
+#X floatatom 133 189 0 0 0 0 - - -;
+#X text 163 189 inlet to reset the mean;
+#X obj 73 217 randn 5 0;
+#X connect 3 0 13 0;
+#X connect 4 0 13 1;
+#X connect 6 0 13 0;
+#X connect 11 0 13 2;
+#X connect 13 0 5 0;