<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I'm fairly sure that [snapshot~] doesn't generate random numbers, but marks the current point of an audio signal. Although this whole thing's got me thinking...<div><br></div><div>If you use [snapshot~], attached to a real world sound source [adc~] to generate random numbers, then increasing volume would increase the range of your random generation. For instance&nbsp;</div><div><br></div><div>[adc~]</div><div>|</div><div>[snapshot~] (plus a bang)</div><div>|</div><div>[+ 1]</div><div>|</div><div>[* 10]</div><div>|</div><div>[int]<br><br></div><div>In this case a sound source at a solid 1 - -1 volume (such as [osc~]) would give you a number from 0 to 20, when the bang is sent.</div><div><br></div><div>but a quieter sound source e.g. 0.2 - -0.2 would provide a number from 0 - 4</div><div><br></div><div><br></div><div>Anyone fault my logic?</div><div><br></div><div><br></div><div><br>&gt; Date: Mon, 6 Jul 2009 11:37:35 +0200<br>&gt; From: zmoelnig@iem.at<br>&gt; To: kram@stillavailable.com<br>&gt; CC: pd-list@iem.at<br>&gt; Subject: Re: [PD] help_random/seed<br>&gt; <br>&gt; Georg Bosch wrote:<br>&gt; &gt; IOhannes m zmoelnig wrote:<br>&gt; &gt; <br>&gt; &gt;&gt; Andrew Faraday wrote:<br>&gt; &gt;&gt;&gt; Just an idea, but if the hardware random number generators use a jittery<br>&gt; &gt;&gt;&gt; oscillator etc. Why not use [noise~] and [snapshot~] followed by some<br>&gt; &gt;&gt;&gt; arithmetic and [int] you could build what I assume would be more random<br>&gt; &gt;&gt;&gt; than the [random] box.<br>&gt; &gt;&gt; weird idea.<br>&gt; &gt;&gt; especially, since [noise~] uses exactly the same pseudo-random algorithm<br>&gt; &gt;&gt; as [snapshot~].<br>&gt; &gt; <br>&gt; &gt; Snapshot~  outputs random numbers? That would explain a lot of oddities in<br>&gt; &gt; my patches ;)<br>&gt; <br>&gt; man, it was early in the morning....<br>&gt; <br>&gt; &gt; <br>&gt; &gt; What does make sense is to use noise *from the adc* with snapshot~ to get<br>&gt; &gt; seeds for your random objects, I think that was what Frank meant with the<br>&gt; &gt; "Can of Beats" patch.<br>&gt; <br>&gt; yes that is a perfectly good idea (at least if you can make sure that <br>&gt; the [adc~] will be hooked up to some real-world soundsource)<br>&gt; <br>&gt; and then there is the wide range of time-based seeds (e.g. uptime of the <br>&gt; computer, system time...)<br>&gt; <br>&gt; gf<br>&gt; asdrm<br>&gt; IOhannes<br></div><br /><hr />Beyond Hotmail - see what else you can do with Windows Live. <a href='http://clk.atdmt.com/UKM/go/134665375/direct/01/' target='_new'>Find out more.</a></body>
</html>