<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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/"
	
	>
<channel>
	<title>
	Comments on: shell中如何产生随机数（时间戳）	</title>
	<atom:link href="https://www.coder4.com/archives/1323/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/1323</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 23 May 2012 02:08:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: wangjingfei		</title>
		<link>https://www.coder4.com/archives/1323#comment-684</link>

		<dc:creator><![CDATA[wangjingfei]]></dc:creator>
		<pubDate>Wed, 23 May 2012 02:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=1323#comment-684</guid>

					<description><![CDATA[我在Ubuntu下可以直接用这个命令“rand -M 30”获取到[0-30]的随机数，但是Debian和CentOS下好像没找到啊]]></description>
			<content:encoded><![CDATA[<p>我在Ubuntu下可以直接用这个命令“rand -M 30”获取到[0-30]的随机数，但是Debian和CentOS下好像没找到啊</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: coder4		</title>
		<link>https://www.coder4.com/archives/1323#comment-83</link>

		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 06:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=1323#comment-83</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.coder4.com/archives/1323#comment-82&quot;&gt;sswv&lt;/a&gt;.

恩，用urandom的更好，谢谢！]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.coder4.com/archives/1323#comment-82">sswv</a>.</p>
<p>恩，用urandom的更好，谢谢！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sswv		</title>
		<link>https://www.coder4.com/archives/1323#comment-82</link>

		<dc:creator><![CDATA[sswv]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 05:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=1323#comment-82</guid>

					<description><![CDATA[echo $RANDOM 

head -c4 /dev/urandom &#124; hexdump -e &#039;&quot;%d\n&quot;&#039;]]></description>
			<content:encoded><![CDATA[<p>echo $RANDOM </p>
<p>head -c4 /dev/urandom | hexdump -e '"%d\n"'</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
