<div dir="ltr">When Apple added GameplayKit to iOS, they added randomisation functions. Could that implementation be repeated in Swift Foundation?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 11, 2017 at 2:48 AM, Susan Cheng 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">Hello,<br>
<br>
I have an implementation for reference<br>
<a href="https://github.com/SusanDoggie/Doggie/blob/master/Sources/Doggie/Foundation/Random.swift" rel="noreferrer" target="_blank">https://github.com/<wbr>SusanDoggie/Doggie/blob/<wbr>master/Sources/Doggie/<wbr>Foundation/Random.swift</a><br>
<br>
It&#39;s easy to remind that what&#39;s the range of random floating point number<br>
<br>
Double.random(includeOne: true)<br>
Double.random(includeOne: false)<br>
<br>
2017-09-09 0:52 GMT+08:00 Alejandro Alonso via swift-evolution<br>
&lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt;:<br>
<div class="HOEnZb"><div class="h5">&gt; Hello swift evolution, I would like to propose a unified approach to<br>
&gt; `random()` in Swift. I have a simple implementation here<br>
&gt; <a href="https://gist.github.com/Azoy/5d294148c8b97d20b96ee64f434bb4f5" rel="noreferrer" target="_blank">https://gist.github.com/Azoy/<wbr>5d294148c8b97d20b96ee64f434bb4<wbr>f5</a>. This<br>
&gt; implementation is a simple wrapper over existing random functions so<br>
&gt; existing code bases will not be affected. Also, this approach introduces a<br>
&gt; new random feature for Linux users that give them access to upper bounds, as<br>
&gt; well as a lower bound for both Glibc and Darwin users. This change would be<br>
&gt; implemented within Foundation.<br>
&gt;<br>
&gt; I believe this simple change could have a very positive impact on new<br>
&gt; developers learning Swift and experienced developers being able to write<br>
&gt; single random declarations.<br>
&gt;<br>
&gt; I’d like to hear about your ideas on this proposal, or any implementation<br>
&gt; changes if need be.<br>
&gt;<br>
&gt; - Alejando<br>
&gt;<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; ______________________________<wbr>_________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <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>
&gt;<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>
</div></div></blockquote></div><br></div>