<div dir="ltr">I&#39;d like to add a pointer to the information here:<div><a href="http://xoroshiro.di.unimi.it">http://xoroshiro.di.unimi.it</a><br></div><div><br></div><div>since AFAICS, the xoroshiro128+ generator and the method of &quot;Generating uniform doubles in the unit interval&quot; should probably be implemented in any modern general purpose Random API.</div><div><br></div><div>Please correct me if there are more up to date (higher quality and faster) general purpose generators and ways of converting UInt64 bit patterns to floating point [0, 1).</div><div><br></div><div>/Jens</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 3, 2017 at 4:50 AM, Dave Abrahams via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">I don’t have much to say about this other than that I think the discussion seems way too narrow, focusing on spelling rather than on functionality and composability.  I consider the “generic random number library” design to be a mostly-solved problem, in <span style="background-color:rgba(255,255,255,0)">the C++ standard library (<a href="http://en.cppreference.com/w/cpp/numeric/random" target="_blank">http://en.cppreference.com/w/<wbr>cpp/numeric/random</a>).  </span>Whatever goes into the Swift standard library does not need to have all those features right away, but should support being extended into something having the same general shape. IMO the right design strategy is to <u>implement and use</u> a Swift version of C++’s facilities and only then consider proposing [perhaps a subset of] that design for standardization in Swift.<div><div><br></div><div>Sent from my iPad<div><div class="h5"><div><br>On Dec 2, 2017, at 5:12 PM, Kyle Murray via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><br><div><blockquote type="cite"><div>On Dec 2, 2017, at 6:02 PM, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_2884825403601079015Apple-interchange-newline"><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Instead, we ought to make clear to users both the features and the limitations of this API, to encourage use where suitable and to discourage use where unsuitable.</span></div></blockquote></div><br><div>I like that you&#39;re considering the balance here. I&#39;ve been lightly following this thread and want to add my thoughts on keeping crypto and pseudorandomness out of the name of at least one <font face="Menlo">random</font> API intended for general use.</div><div><br></div><div>For someone who doesn&#39;t know or care about the subtleties of insecure or pseudorandom numbers, I&#39;m not sure that the name <font face="Menlo">insecureRandom</font> is effectively much different than <font face="Menlo">badRandom</font>, at least in terms of the information it conveys to non-experts. To Greg&#39;s point, that&#39;s the opposite of the signal that the API name should suggest because it&#39;s what most people should use most of the time. As you say, this API is being designed for general use.</div><div><br></div><div>There&#39;s a cost to adding extra complexity to names, too. I don&#39;t think it&#39;s far-fetched to suspect that people who find <font face="Menlo">insecureRandom</font> in an autocomplete listing or search will think &quot;Where&#39;s the plain random function?&quot;... and then go looking for a community extension that will inevitably provide a trivial alias: <font face="Menlo">func random() { return insecureRandom() }</font>. That&#39;s the sort of adoption I&#39;d expect from something for new programmers, like Swift Playgrounds. Someone&#39;s introduction to randomness in programming should probably involve no more than a straightforward mapping from the elementary definition, rather than forcing a teaching moment from more advanced math.</div><div><br></div><div>I think there are better places for caveat information than in the API names themselves; documentation being one clear destination. This is in contrast with <font face="Menlo">Unsafe*Pointer</font>, where the safety element is critical enough to be elevated to be more than caveat-level information. You can go really far and create really cool things before these caveats start to apply. Using randomness as a black box in an intro programming environment seems like a much more common scenario than someone attempting to roll their first crypto by only reading API names and hoping for the best.</div><div><br></div><div>-Kyle</div></div></blockquote></div></div><blockquote type="cite"><div><span>______________________________<wbr>_________________</span><span class=""><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a></span><br></span></div></blockquote></div></div></div><br>______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
<br></blockquote></div><br></div>