<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - assbach</title>
<link>http://snipplr.com/users/assbach/tags/random</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 05:34:45 GMT</pubDate>
<item>
<title>(PHP) simple UUID</title>
<link>http://snipplr.com/view/3414/simple-uuid/</link>
<description><![CDATA[ <p>create a random string like a UUID. this will do the job in most cases. 
usage: 
uuid();  # creates a string of 32 chars
uuid(4); # creates a string of 4 chars
uuid(32); # creates a string of 32 chars
uuid(150); # creates a string of 32 chars</p> ]]></description>
<pubDate>Sun, 29 Jul 2007 03:02:48 GMT</pubDate>
<guid>http://snipplr.com/view/3414/simple-uuid/</guid>
</item>
<item>
<title>(PHP) random string</title>
<link>http://snipplr.com/view/1780/random-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Dec 2006 12:20:50 GMT</pubDate>
<guid>http://snipplr.com/view/1780/random-string/</guid>
</item>
</channel>
</rss>