<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Las Vegas algorithm/method</title>
	<link>http://www.datastructures.info/the-las-vegas-algorithmmethod/</link>
	<description>Data structures, algorithms, e-books, usefull code and so on...</description>
	<pubDate>Fri, 05 Sep 2008 21:30:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: adam</title>
		<link>http://www.datastructures.info/the-las-vegas-algorithmmethod/#comment-47</link>
		<pubDate>Mon, 05 Mar 2007 10:04:43 +0000</pubDate>
		<guid>http://www.datastructures.info/the-las-vegas-algorithmmethod/#comment-47</guid>
					<description>@simes

A signed 32 bit integer is insufficient for that specific number.
Try the same algorithm with int64_t or an arbitrary precision integer library.</description>
		<content:encoded><![CDATA[<p>@simes</p>
<p>A signed 32 bit integer is insufficient for that specific number.<br />
Try the same algorithm with int64_t or an arbitrary precision integer library.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: simes</title>
		<link>http://www.datastructures.info/the-las-vegas-algorithmmethod/#comment-44</link>
		<pubDate>Mon, 19 Feb 2007 12:21:36 +0000</pubDate>
		<guid>http://www.datastructures.info/the-las-vegas-algorithmmethod/#comment-44</guid>
					<description>According to Wikipedia (http://en.wikipedia.org/wiki/Miller-Rabin) for smaller numbers, it's only necessary to test "a" values of 2, 7 and 61.

I used these A values with the above code on the prime 15485863, and am told it is NOT a prime. Something is wrong somewhere.

S</description>
		<content:encoded><![CDATA[<p>According to Wikipedia (http://en.wikipedia.org/wiki/Miller-Rabin) for smaller numbers, it&#8217;s only necessary to test &#8220;a&#8221; values of 2, 7 and 61.</p>
<p>I used these A values with the above code on the prime 15485863, and am told it is NOT a prime. Something is wrong somewhere.</p>
<p>S
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
