include/cxx/cstdlib: Add std::random()

This commit is contained in:
Gregory Nutt 2019-04-21 15:10:56 -06:00
parent 78f48f476f
commit eef5e777c9
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ namespace std
using ::srand;
using ::rand;
using ::random;
#ifndef CONFIG_DISABLE_ENVIRON
// Environment variable support