<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Random_Binary_digits_in_Ruby</id>
	<title>Random Binary digits in Ruby - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Random_Binary_digits_in_Ruby"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Random_Binary_digits_in_Ruby&amp;action=history"/>
	<updated>2026-05-12T21:10:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Random_Binary_digits_in_Ruby&amp;diff=2267&amp;oldid=prev</id>
		<title>Egge: Created page with &#039;When I don&#039;t have [http://www.amazon.com/gp/product/0833030477?ie=UTF8&amp;tag=eggewiki-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0833030477 A Million Random Digits with…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Random_Binary_digits_in_Ruby&amp;diff=2267&amp;oldid=prev"/>
		<updated>2009-10-16T23:37:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;When I don&amp;#039;t have [http://www.amazon.com/gp/product/0833030477?ie=UTF8&amp;amp;tag=eggewiki-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0833030477 A Million Random Digits with…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When I don&amp;#039;t have [http://www.amazon.com/gp/product/0833030477?ie=UTF8&amp;amp;tag=eggewiki-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0833030477 A Million Random Digits with 100,000 Normal Deviates] handy, I tend to code a quick ruby script instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;ruby&amp;quot;&amp;gt;&lt;br /&gt;
ruby -e &amp;#039;(0..1000000).each {|x| print(rand(2) % 2) }; puts &amp;#039;&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Ruby]]&lt;/div&gt;</summary>
		<author><name>Egge</name></author>
	</entry>
</feed>