How many random numbers do you need? You can always generate them and save them either in an external file or directly into test code.<div><br></div><div><br></div><div>Sergej<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 8:23 AM, Uwe Dauernheim <span dir="ltr"><<a href="mailto:uwe@dauernheim.net" target="_blank">uwe@dauernheim.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When writing test cases that exercise e.g. random:uniform/0 one wants to use random:seed/1 with a fixed seed for deterministic test results, but providing the seed function with a fixed value seems to result in a different sequence for R14 and R15 (maybe for older or upcoming release as well). This is a problem when distributing your code and you are not sure which release will be used.<br>

<br>
What is the common solution for this?<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>