<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Each new instance of [random] already seeds itself differently, so adding $0 isn't going to change anything there. The problem is that the seeds are repeated when you restart PD, so you'll get the same pseudo-random results every time you open the program.
 $0 won't help here, because the $0 values also repeat when you restart PD.<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of Peter P. <peterparker@fastmail.com><br>
<b>Sent:</b> 02 July 2018 18:26<br>
<b>To:</b> pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] Random</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">* Liam Goodacre <liamg_uw@hotmail.com> [2018-07-02 06:34]:<br>
> Perhaps using $0 might be better then as it is unique and automatically<br>
> assigned.<br>
> <br>
> But $0 itself is deterministic--the first instance is 1003, the second is 1004, etc.<br>
Yes, but it will provide a different seed to [random] inside every<br>
abstraction. Forgive me if I understand your intentions in the wrong<br>
way-<br>
<br>
_______________________________________________<br>
Pd-list@lists.iem.at mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list">
https://lists.puredata.info/listinfo/pd-list</a><br>
</div>
</span></font></div>
</body>
</html>