include/cxx/cstdlib: Add std::random()
This commit is contained in:
parent
78f48f476f
commit
eef5e777c9
|
@ -53,6 +53,7 @@ namespace std
|
|||
|
||||
using ::srand;
|
||||
using ::rand;
|
||||
using ::random;
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENVIRON
|
||||
// Environment variable support
|
||||
|
|
Loading…
Reference in New Issue