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