<div dir="ltr"><p dir="ltr"></p>
<div class="gmail_quote">On Dec 18, 2013 11:54 AM, "Tim Peters" <<a href="mailto:tim.peters@gmail.com" target="_blank">tim.peters@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

[Daniel Holth]<br>
> But who could forget njzrs' wasp UAV software line 107, using<br>
> int=float? <a href="https://github.com/nzjrs/wasp/blob/master/sw/groundstation/wasp/__init__.py#L107" target="_blank">https://github.com/nzjrs/wasp/blob/master/sw/groundstation/wasp/__init__.py#L107</a><br>
<br>
I could forget it ;-)  The remarkable thing about the two instances of:<br>
<br>
     random.randrange(0.0,1.0, int=float)<br>
<br>
in that file is that they're obscure and inefficient ways to spell:<br>
<br>
     random.random()<br></blockquote><div><br></div><div>You can keep your "premature optimizations" thank you :-)<br></div></div>
</div>