<div dir="auto">Doing</div><div dir="auto">    pow := pow * pow \\ m</div><div dir="auto">instead of</div><div dir="auto">    pow := pow * pow \\\ m</div><div dir="auto">at the beginning of the loop in Integer>>#slidingLeftRightRaisedTo:modulo: seems to fix it. But still I’m not sure why it is random otherwise, and I’m not sure that this really fixes the problem.</div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 5 Jun 2023 at 18:42 Luciano Notarfrancesco <<a href="mailto:luchiano@gmail.com">luchiano@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="auto">The following:</div>    5445648384 raisedTo: 3 modulo: 1 << 34<div dir="auto">Returns 0, which is right. But</div><div dir="auto"><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)">    5445648384 raisedTo: 4 modulo: 1 << 34</span><br></div><div dir="auto"><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)">Returns different numbers every time I call it (it should return 0).</span></div><div dir="auto"><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)">It’s very weird… I don’t see where the randomness is coming from, perhaps from LargeIntegerPlugin?</span></div><div dir="auto"><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)"><br></span></div><div dir="auto"><span style="border-color:rgb(0,0,0);color:rgb(0,0,0)"><br></span></div>
</blockquote></div></div>