<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear Pieter (and others Clean specialists),<br>
<br>
I tried to use random numbers in my clean program, however, I ran into the problem of distributing the pseudo random sequence to the different parts of my program. What is an elegant solution which doesn't restrict your program so much that it breaks possibilities
 for parallel computing etc. etc.? Doing some research I found this article:<br>
<br>
<a href="http://mailman.science.ru.nl/pipermail/clean-list/" target="_blank"><cite>http://www.cs.ou.edu/~rlpage/<b>Burton</b>PageRngJFP.pdf</cite></a><br>
<br>
and an old thread on the clean-list mailing list about this topic:<br>
<br>
http://mailman.science.ru.nl/pipermail/clean-list/1995/000022.html<br>
<br>
which also turned out to refer to the mentioned article. My question is: which of the proposed methods in the thread and article do you recommend? Are there also libraries available to support the distribution?
<br>
<br>
Additional info: my program doesn't do much I/O, so I don't know whether &quot;piggy backing&quot; on the World parameter is an elegant solution (a suggestion I read in the old thread). Is the method of choice of Burton and Page also the best according to you (random
 splitting of a random sequence)?<br>
<br>
TIA!<br>
<br>
Chide<br>
</div>
</body>
</html>