<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: random between two numbers</title>
		<atom:link href="http://cycling74.com/forums/topic/random-between-two-numbers/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/random-between-two-numbers/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:50:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-63005</guid>
					<title><![CDATA[random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-63005</link>
					<pubDate>Mon, 16 Apr 2012 11:22:09 +0000</pubDate>
					<dc:creator>nickv91</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all!<br />
How is possible in max to do a random number between a minimum and a maximum?<br />
For example if i want random numbers between 5 and 8, only in this range how can i?</p>
<p>Thanks!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227380</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227380</link>
					<pubDate>Mon, 16 Apr 2012 11:25:39 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
to get 4 random numbers you need [random 4], which will generate numbers between 0 &#8211; 3, use [+ 5] to bring those values up to the required range.</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227381</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227381</link>
					<pubDate>Mon, 16 Apr 2012 11:32:37 +0000</pubDate>
					<dc:creator>dapinsker</dc:creator>

					<description>
						<![CDATA[
						<p>Another method is to use the expr object.  The random function allows you to determine the minimum and maximum range of numbers. </p>
<p>Marc P.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227382</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227382</link>
					<pubDate>Mon, 16 Apr 2012 13:26:11 +0000</pubDate>
					<dc:creator>nickv91</dc:creator>

					<description>
						<![CDATA[
						<p>Great!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227383</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227383</link>
					<pubDate>Mon, 16 Apr 2012 13:33:17 +0000</pubDate>
					<dc:creator>nickv91</dc:creator>

					<description>
						<![CDATA[
						<p>Last question&#8230; and if i want to save this patch and turn it in a mxo how can i do? thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227384</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227384</link>
					<pubDate>Mon, 16 Apr 2012 15:43:27 +0000</pubDate>
					<dc:creator>Mark Durham</dc:creator>

					<description>
						<![CDATA[
						<p>Kind of lazy, but I always use the [between] object in the RTC library.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227385</guid>
					<title><![CDATA[Re: random between two numbers]]></title>
					<link>http://cycling74.com/forums/topic/random-between-two-numbers/#post-227385</link>
					<pubDate>Tue, 17 Apr 2012 13:19:52 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>.mxo&#8217;s are written in C.</p>
<p>If you want to reuse your patch as an abstraction, save it as a .maxpat inside your search path and instantiate it by using the file name. BTW, this is all covered with nice, simple explanations in the Tutorials.</p>
<p>I&#8217;m also kind of lazy and just use lp.tata from Litter Power.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

