Index: uspace/lib/cpp/include/cstdlib
===================================================================
--- uspace/lib/cpp/include/cstdlib	(revision 7bbf91e6ed519996e55429154b0d7d21549dcf14)
+++ uspace/lib/cpp/include/cstdlib	(revision 6f025a80fc7ad329b44d6628d8299af5d7429898)
@@ -78,6 +78,6 @@
     /* using std::hel::wcstombs; */
 
-    using std::hel::random; // Supposed to be rand.
-    using std::hel::srandom; // Supposed to be srand.
+    using std::hel::rand;
+    using std::hel::srand;
     using std::hel::qsort;
     /* using std::hel::bsearch; */
@@ -127,6 +127,6 @@
 /* using std::hel::wcstombs; */
 
-using std::hel::random; // Supposed to be rand.
-using std::hel::srandom; // Supposed to be srand.
+using std::hel::rand;
+using std::hel::srand;
 using std::hel::qsort;
 /* using std::hel::bsearch; */
