RAND_MAX

RAND_MAX

Defined in header <stdlib.h>
#define RAND_MAX /*implementation defined*/

Expands to an integer constant expression equal to the maximum value returned by the function rand(). This value is implementation dependent. It's guaranteed that this value is at least 32767.

References

  • C11 standard (ISO/IEC 9899:2011):
    • 7.22/3 General utilities <stdlib.h> (p: 340)
  • C99 standard (ISO/IEC 9899:1999):
    • 7.20/3 General utilities <stdlib.h> (p: 306)
  • C89/C90 standard (ISO/IEC 9899:1990):
    • 4.10 GENERAL UTILITIES <stdlib.h>

See also

generates a pseudo-random number
(function)
seeds pseudo-random number generator
(function)
C++ documentation for RAND_MAX

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/numeric/random/RAND_MAX

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部