Files
hustoj/web/cppreference-zh/chmhelp/cpp-numeric-random-rand_max.html
2025-08-01 12:57:54 +08:00

68 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RAND_MAX</title>
<link rel="stylesheet" href="ext.css" />
<link rel="stylesheet" href="site_modules.css" />
</head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-cpp_numeric_random_RAND_MAX skin-cppreference2 action-view cpp-navbar">
<div id="cpp-content-base">
<div id="content"><a id="top"></a>
<h1 id="firstHeading" class="firstHeading">RAND_MAX</h1>
<div id="bodyContent">
<div id="contentSub"><span class="subpages">&lt; <a href="cpp.html">cpp</a>&lrm; | <a href="cpp-numeric.html">numeric</a>&lrm; | <a href="cpp-numeric-random.html">random</a></span></div>
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
<table class="t-dcl-begin">
<tbody>
<tr class="t-dsc-header">
<td>
<div>&#23450;&#20041;&#20110;&#22836;&#25991;&#20214; <code><a href="cpp-header-cstdlib.html">&lt;cstdlib&gt;</a></code></div>
</td>
<td></td>
<td></td>
</tr>
<tr class="t-dcl">
<td class="t-dcl-nopad">
<div><span class="mw-geshi cpp source-cpp"><span class="co2">#define RAND_MAX /*implementation defined*/</span></span></div>
</td>
<td class="t-dcl-nopad"></td>
<td class="t-dcl-nopad"></td>
</tr>
<tr class="t-dcl-sep">
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>&#23637;&#24320;&#25104;&#31561;&#20110;&#20989;&#25968; <span class="t-lc"><a href="cpp-numeric-random-rand.html">std::rand</a></span> &#36820;&#22238;&#30340;&#26368;&#22823;&#20540;&#30340;&#25972;&#25968;&#24120;&#37327;&#34920;&#36798;&#24335;&#12290;&#27492;&#20540;&#20381;&#36182;&#23454;&#29616;&#12290;&#20445;&#35777;&#27492;&#20540;&#33267;&#23569;&#20026; <span class="t-c"><span class="mw-geshi cpp source-cpp"><span class="nu0">32767</span></span></span> &#12290;</p>
<h3><span class="mw-headline" id=".E5.8F.82.E9.98.85">&#21442;&#38405;</span></h3>
<table class="t-dsc-begin">
<tr class="t-dsc">
<td>
<div class="t-dsc-member-div">
<div><a href="cpp-numeric-random-rand.html"><span class="t-lines"><span>rand</span></span></a></div>
</div>
</td>
<td>&#29983;&#25104;&#20266;&#38543;&#26426;&#25968;<br />
<span class="t-mark">(&#20989;&#25968;)</span></td>
</tr>
<tr class="t-dsc">
<td>
<div class="t-dsc-member-div">
<div><a href="cpp-numeric-random-srand.html"><span class="t-lines"><span>srand</span></span></a></div>
</div>
</td>
<td>&#21021;&#22987;&#21270;&#20266;&#38543;&#26426;&#25968;&#29983;&#25104;&#22120;<br />
<span class="t-mark">(&#20989;&#25968;)</span></td>
</tr>
</table>
</div>
<div class="visualClear"></div>
</div>
</div>
</div>
</body>
</html>