diff options
Diffstat (limited to 'Usr/Sys/CoreSystem/Sources/Math.c')
| -rw-r--r-- | Usr/Sys/CoreSystem/Sources/Math.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Usr/Sys/CoreSystem/Sources/Math.c b/Usr/Sys/CoreSystem/Sources/Math.c deleted file mode 100644 index 2d9536f6..00000000 --- a/Usr/Sys/CoreSystem/Sources/Math.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ------------------------------------------- - - Copyright Zeta Electronics Corporation - -------------------------------------------- */ - -#include <Headers/Math.h> - -/// @brief Number generator helper. -/// @return Random generated number. -CS_EXTERN_C SizeType MathRand(VoidType) -{ - return kSharedApplication->Invoke(kSharedApplication, kCallRandomNumberGenerator); -}
\ No newline at end of file |
