Write the necessary preprocessor directive to enable the use of the rand function.
LANGUAGE: C++
CHALLENGE:
Write the necessary preprocessor directive to enable the use of the rand function.
SOLUTION:
#include <cstdlib>
Write the necessary preprocessor directive to enable the use of the rand function.
#include <cstdlib>