mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
include/cxx/cstdlib: Add std::random()
This commit is contained in:
@@ -53,6 +53,7 @@ namespace std
|
||||
|
||||
using ::srand;
|
||||
using ::rand;
|
||||
using ::random;
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENVIRON
|
||||
// Environment variable support
|
||||
|
||||
Reference in New Issue
Block a user