<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=Random%28API%29</id>
		<title>Random(API) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=Random%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Random(API)&amp;action=history"/>
		<updated>2026-05-02T12:21:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Random(API)&amp;diff=4387&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;General/'''Random''' is API to treat random number.  == constant ==  == struct ==  typedef double randomParaTypeReal;  == API == ===Create random number=== Range: (0 &lt; x &lt;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=Random(API)&amp;diff=4387&amp;oldid=prev"/>
				<updated>2014-10-02T07:53:51Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;General/&amp;#039;&amp;#039;&amp;#039;Random&amp;#039;&amp;#039;&amp;#039; is &lt;a href=&quot;/Eos/index.php/API&quot; title=&quot;API&quot;&gt;API&lt;/a&gt; to treat random number.  == constant ==  == struct ==  typedef double randomParaTypeReal;  == API == ===Create random number=== Range: (0 &amp;lt; x &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;General/'''Random''' is [[API]] to treat random number.&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&lt;br /&gt;
 typedef double randomParaTypeReal;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
===Create random number===&lt;br /&gt;
Range: (0 &amp;lt; x &amp;lt;= 1) Create random number.&lt;br /&gt;
 #define random()  ((1.0/(RAND_MAX + 1.0))*rand())&lt;br /&gt;
&lt;br /&gt;
Create uniform random number.&lt;br /&gt;
 extern randomParaTypeReal randomUniformGet(randomParaTypeReal min, randomParaTypeReal max, long mode);&lt;br /&gt;
&lt;br /&gt;
Create Normal random number.&lt;br /&gt;
 extern randomParaTypeReal randomNormalGet(long mode);&lt;br /&gt;
&lt;br /&gt;
Set a seed of Pseudo-random number by time.&lt;br /&gt;
 extern void srandomByTime();&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>