<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://strudel.pld.ttu.ee/wiki/e/index.php?action=history&amp;feed=atom&amp;title=Random_matrix</id>
		<title>Random matrix - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://strudel.pld.ttu.ee/wiki/e/index.php?action=history&amp;feed=atom&amp;title=Random_matrix"/>
		<link rel="alternate" type="text/html" href="https://strudel.pld.ttu.ee/wiki/e/index.php?title=Random_matrix&amp;action=history"/>
		<updated>2026-04-21T14:33:19Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>https://strudel.pld.ttu.ee/wiki/e/index.php?title=Random_matrix&amp;diff=2034&amp;oldid=prev</id>
		<title>Hkinks: Created page with &quot;==Maatriksi genereerimine random funktsiooniga== &lt;source lang=&quot;c&quot; collapse=&quot;false&quot; first-line=&quot;2&quot;&gt; #include &lt;stdio.h&gt; #include &lt;time.h&gt;  #define MAX 15  void generateMatrix(in...&quot;</title>
		<link rel="alternate" type="text/html" href="https://strudel.pld.ttu.ee/wiki/e/index.php?title=Random_matrix&amp;diff=2034&amp;oldid=prev"/>
				<updated>2014-12-16T06:57:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Maatriksi genereerimine random funktsiooniga== &amp;lt;source lang=&amp;quot;c&amp;quot; collapse=&amp;quot;false&amp;quot; first-line=&amp;quot;2&amp;quot;&amp;gt; #include &amp;lt;stdio.h&amp;gt; #include &amp;lt;time.h&amp;gt;  #define MAX 15  void generateMatrix(in...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Maatriksi genereerimine random funktsiooniga==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;c&amp;quot; collapse=&amp;quot;false&amp;quot; first-line=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include &amp;lt;time.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#define MAX 15&lt;br /&gt;
&lt;br /&gt;
void generateMatrix(int M[MAX][MAX], int n, int m) {&lt;br /&gt;
    int i, j;&lt;br /&gt;
    srand(time(NULL));&lt;br /&gt;
    for (i = 0; i &amp;lt; n; i++) {&lt;br /&gt;
      for (j = 0; j &amp;lt; m; j++) {&lt;br /&gt;
        M[i][j] = rand()%50;&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hkinks</name></author>	</entry>

	</feed>