Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6ed14ebfd686aa32f7956e552aa2e21d > files > 198

csound-manual-5.13.0-5.fc15.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>GEN41</title>
    <link rel="stylesheet" href="csound.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="ScoregensTop.html" title="Score Statements and GEN Routines" />
    <link rel="prev" href="GEN40.html" title="GEN40" />
    <link rel="next" href="GEN42.html" title="GEN42" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">GEN41</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="GEN40.html">Prev</a> </td>
          <th width="60%" align="center">Score Statements and GEN Routines</th>
          <td width="20%" align="right"> <a accesskey="n" href="GEN42.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="GEN41">
      <a id="GEN41"></a>
      <div class="titlepage"></div>
      <a id="IndexGEN41" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">GEN41</span>
        </h2>
        <p>GEN41 — 
      Generates a random list of numerical pairs.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3747412"></a>
        <h2>Description</h2>
        <p>
      Generates a discrete random distribution function by giving a list of numerical pairs.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3747424"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>f</strong></span> # time size -41 value1 prob1 value2 prob2 value3 prob3 ... valueN probN </pre>
      </div>
      <div class="refsect1" title="Performance">
        <a id="id3747715"></a>
        <h2>Performance</h2>
        <p>
      The first number of each pair is a value, and the second is the probability of that value to be chosen by a random algorithm. Even if any number can be assigned to the probability element of each pair, it is suggested to give it a percent value, in order to make it clearer for the user.
    </p>
        <p>
      This subroutine is designed to be used together with duserrnd and <a class="link" href="urd.html" title="urd"><em class="citetitle">urd</em></a> opcodes (see <a class="link" href="duserrnd.html" title="duserrnd">duserrnd</a> for more information).
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3747749"></a>
        <h2>Credits</h2>
        <p>Author: Gabriel Maldonado</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="GEN40.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ScoregensTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="GEN42.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">GEN40 </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> GEN42</td>
        </tr>
      </table>
    </div>
  </body>
</html>