<html><body>

        
            

How about this:<div><br></div><div>"There will be no concept of a separate RNG version. In order to get consistent or reproducible results from the RNG, it will be necessary to specify the NumPy version that was used to generate those results. Results from the RNG may change across different releases of Num Py."<br>
<br>


<div class="">Sent from <a href="https://www.helloastro.com">Astro</a> for Mac</div><br><blockquote class="hm_quoted_text" style="padding-left:8px;margin:0;border-left:1px solid rgb(185,185,185);color:rgb(100,100,100)">
    <div>On 4. Jun 2018 at 10:47, Robert Kern <<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>> wrote:</div><p>

    

    
    <br></p><div dir="ltr"><br><br><div class="gmail_quote"><div><div dir="ltr">On Sun, Jun 3, 2018 at 10:29 PM Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 3, 2018 at 11:03 PM, Robert Kern <span dir="ltr"><<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><span><div dir="ltr">On Sun, Jun 3, 2018 at 9:24 PM Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br></div></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><span>On Sat, Jun 2, 2018 at 1:04 PM, Robert Kern <span dir="ltr"><<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>></span> wrote:</span><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>This policy was first instated in Nov 2008 (in essence; the full set of weasel</div></div></div></blockquote><div><br></div><div>Instituted?</div><div></div></span></div></div></div></blockquote><div><br></div><div>I meant "instated"; c.f. for another usage: <a href="https://www.youredm.com/2018/06/01/spotify-new-policy-update/">https://www.youredm.com/2018/06/01/spotify-new-policy-update/</a></div><div><br></div><div>But "instituted" would work just as well. It may be that "instated a policy" is just an idiosyncratic back-formation of "reinstated a policy", which even to me feels more right.</div><div><div class="m_7703841001788774269h5"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Not Versioning</div><div>--------------</div><div><br></div><div>For a long time, we considered that the way to allow algorithmic improvements</div><div>while maintaining the stream was to apply some form of versioning.  That is,</div><div>every time we make a stream change in one of the distributions, we increment</div><div>some version number somewhere.  ``numpy.random`` would keep all past versions</div><div>of the code, and there would be a way to get the old versions.  Proposals of</div><div>how to do this exactly varied widely, but we will not exhaustively list them</div><div>here.  We spent years going back and forth on these designs and were not able</div><div>to find one that sufficed.  Let that time lost, and more importantly, the</div><div>contributors that we lost while we dithered, serve as evidence against the</div><div>notion.</div><div><br></div><div>Concretely, adding in versioning makes maintenance of ``numpy.random``</div><div>difficult.  Necessarily, we would be keeping lots of versions of the same code</div><div>around.  Adding a new algorithm safely would still be quite hard.</div><div><br></div><div>But most importantly, versioning is fundamentally difficult to *use* correctly.</div><div>We want to make it easy and straightforward to get the latest, fastest, best</div><div>versions of the distribution algorithms; otherwise, what's the point?  The way</div><div>to make that easy is to make the latest the default.  But the default will</div><div>necessarily change from release to release, so the user’s code would need to be</div><div>altered anyway to specify the specific version that one wants to replicate.</div><div><br></div><div>Adding in versioning to maintain stream-compatibility would still only provide</div><div>the same level of stream-compatibility that we currently do, with all of the</div><div>limitations described earlier.  Given that the standard practice for such needs</div><div>is to pin the release of ``numpy`` as a whole, versioning ``RandomState`` alone</div><div>is superfluous.</div></div></div></blockquote><div><br></div><div>This section is a bit unclear. Would it be correct to say that the rng version is the numpy version? If so, it might be best to say that up front before justifying it.</div></div></div></div></blockquote><div><br></div></div></div><div>I'm sorry, I'm unclear on what you are asking me to make clearer. There is currently no such thing as "the rng version". The thrust of this section of the NEP is to reject the previously floated idea of introducing the concept at all. So I would certainly not say anything along the lines that "the rng version is the numpy version". I do say, here and earlier, that the way to get the same RNG code is to get the same version of numpy.</div></div></div></blockquote><div><br></div><div>Just so, and you could make that clearer, as you do here.</div></div></div></div></blockquote><div><br></div></div><div>I don't understand. All I did was repeat what I already said twice. If you'd like to provide some text that would have clarified things for you, I'll see about inserting it, but I'm at a loss for writing that text.</div></div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Robert Kern</div></div></div>
<br><span style="white-space:pre-wrap" class="hm_plaintext"><div>_______________________________________________<br>NumPy-Discussion mailing list<br><a href="mailto:NumPy-Discussion@python.org">NumPy-Discussion@python.org</a><br><a href="https://mail.python.org/mailman/listinfo/numpy-discussion">https://mail.python.org/mailman/listinfo/numpy-discussion</a><br></div></span>
    

</blockquote>



        

        

        

    

</div></body></html>