Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Constant integer for the maximum value drawn by std::rand. In other words, std::rand draws a random integer value from zero to and including RAND_MAX.
RAND_MAX is #defined in cstdlib.h
IDE | RAND_MAX |
C++ Builder 6.0 | 32768 |
Qt Creator 1.2.1 | 2147483647 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.