<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: More random number generators in Lisp: using GSLL</title>
	<atom:link href="http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 08:42:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ahmed</title>
		<link>http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/#comment-88</link>
		<dc:creator><![CDATA[Ahmed]]></dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://jorgetavares.com/?p=338#comment-88</guid>
		<description><![CDATA[Hello
great job ,  Thanks for the comments for Rondom number ! 
My regards]]></description>
		<content:encoded><![CDATA[<p>Hello<br />
great job ,  Thanks for the comments for Rondom number !<br />
My regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Math World &#124; More random number generators in Lisp: using GSLL « Jorge Tavares &#8230;</title>
		<link>http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/#comment-69</link>
		<dc:creator><![CDATA[Math World &#124; More random number generators in Lisp: using GSLL « Jorge Tavares &#8230;]]></dc:creator>
		<pubDate>Tue, 15 Sep 2009 01:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://jorgetavares.com/?p=338#comment-69</guid>
		<description><![CDATA[[...] Original post: More random number generators in Lisp: using GSLL « Jorge Tavares &#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Original post: More random number generators in Lisp: using GSLL « Jorge Tavares &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Tavares</title>
		<link>http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/#comment-66</link>
		<dc:creator><![CDATA[Jorge Tavares]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 11:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://jorgetavares.com/?p=338#comment-66</guid>
		<description><![CDATA[Hi Liam,

Thanks for the comment and especially for GSLL! 

Yes, you can include this in the documentation of GSLL. I will be very happy for it. This post was just my attempt to start learning GSLL and document for myself and anyone who might find it interesting. For a future chapter on a tutorial it still needs some work but that can also be done.

Now, let me just answer your points, specifically 1). I guess I expressed myself in the wrong way or I was not clear enough. My intention was that the function &quot;random&quot; from the CL standard is different from the ones in GSLL since you cannot pass a seed number. In &quot;random&quot; you pass a state object, not a seed number. Just this. I didn&#039;t mean that GSLL changed the implementation&#039;s conformance, in fact, it never crossed my mind that paragraph could imply that. I hope it&#039;s clear now! 

As for point 2) you are completely right. I was looking at GSLL source and looked at the functions I could use. 

I plan to write a little more about GSLL as soon as I start learning a bit more of it. In the near future I will be looking at the random distributions.

All the best,
Jorge]]></description>
		<content:encoded><![CDATA[<p>Hi Liam,</p>
<p>Thanks for the comment and especially for GSLL! </p>
<p>Yes, you can include this in the documentation of GSLL. I will be very happy for it. This post was just my attempt to start learning GSLL and document for myself and anyone who might find it interesting. For a future chapter on a tutorial it still needs some work but that can also be done.</p>
<p>Now, let me just answer your points, specifically 1). I guess I expressed myself in the wrong way or I was not clear enough. My intention was that the function &#8220;random&#8221; from the CL standard is different from the ones in GSLL since you cannot pass a seed number. In &#8220;random&#8221; you pass a state object, not a seed number. Just this. I didn&#8217;t mean that GSLL changed the implementation&#8217;s conformance, in fact, it never crossed my mind that paragraph could imply that. I hope it&#8217;s clear now! </p>
<p>As for point 2) you are completely right. I was looking at GSLL source and looked at the functions I could use. </p>
<p>I plan to write a little more about GSLL as soon as I start learning a bit more of it. In the near future I will be looking at the random distributions.</p>
<p>All the best,<br />
Jorge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam Healy</title>
		<link>http://jorgetavares.com/2009/09/05/more-random-number-generators-in-lisp-using-gsll/#comment-65</link>
		<dc:creator><![CDATA[Liam Healy]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 03:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://jorgetavares.com/?p=338#comment-65</guid>
		<description><![CDATA[This is an excellent tutorial introduction to random number generators in GSLL.  I have in mind that some day there would be a tutorial for usage of GSLL and I think a small variation on this would make a good chapter.  Do you mind if I include this in the GSLL documentation (with credit of course)?

There are a couple of small points:
1) What do you mean by &quot;Contrary to the standard of Common Lisp&quot;?  There is nothing in GSLL that changes the implementation&#039;s conformance with the standard.  Do you mean that GSL&#039;s random generator implementation differs from the CL standard&#039;s specification?  If so, perhaps it&#039;s better to say that.

2) Note that copy-making-destination and copy-to-destination are not intended to be called directly by the GSLL user, and the symbols are not exported from the GSLL package.  The proper interface is #&#039;gsl:copy; it will select between the two based on the presence or absence of the second argument.

Thanks for the great job.

Liam]]></description>
		<content:encoded><![CDATA[<p>This is an excellent tutorial introduction to random number generators in GSLL.  I have in mind that some day there would be a tutorial for usage of GSLL and I think a small variation on this would make a good chapter.  Do you mind if I include this in the GSLL documentation (with credit of course)?</p>
<p>There are a couple of small points:<br />
1) What do you mean by &#8220;Contrary to the standard of Common Lisp&#8221;?  There is nothing in GSLL that changes the implementation&#8217;s conformance with the standard.  Do you mean that GSL&#8217;s random generator implementation differs from the CL standard&#8217;s specification?  If so, perhaps it&#8217;s better to say that.</p>
<p>2) Note that copy-making-destination and copy-to-destination are not intended to be called directly by the GSLL user, and the symbols are not exported from the GSLL package.  The proper interface is #&#8217;gsl:copy; it will select between the two based on the presence or absence of the second argument.</p>
<p>Thanks for the great job.</p>
<p>Liam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

