<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Random Seeded Array Shuffle'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 00:19:59 GMT</pubDate>
<item>
<title>digdan said on 5/19/09</title>
<link>http://snipplr.com/view/8279/random-seeded-array-shuffle/</link>
<description><![CDATA[ Another good use is random name generators, since the same result will be given every time for each name. Sample script : ]]></description>
<pubDate>Tue, 19 May 2009 21:20:33 GMT</pubDate>
<guid>http://snipplr.com/view/8279/random-seeded-array-shuffle/</guid>
</item>
<item>
<title>digdan said on 5/18/09</title>
<link>http://snipplr.com/view/8279/random-seeded-array-shuffle/</link>
<description><![CDATA[ To understand how this is valuable you need to know how it works. Its a seeded, or what I call a "static" shuffle. Meaning that it will shuffle to the exact same results if the same seed is given. This is tremendous for doing large SEO projects. If you have an array of hundreds of possible title tags that could pertain to the group of articles, then just use the fyshuffle, using the url as the seed, to shuffle your array of possible titles. Then pick the first title. This way the search engines will always get the same title as they did last time, but it won't be the same as the next article in the group. ]]></description>
<pubDate>Mon, 18 May 2009 20:52:52 GMT</pubDate>
<guid>http://snipplr.com/view/8279/random-seeded-array-shuffle/</guid>
</item>
</channel>
</rss>