--- a/kernel/eka/include/e32math.h Tue Feb 02 01:24:03 2010 +0200
+++ b/kernel/eka/include/e32math.h Sat Feb 20 00:10:51 2010 +0200
@@ -475,6 +475,9 @@
IMPORT_C static TInt Rand(TInt64 &aSeed);
IMPORT_C static TReal FRand(TInt64 &aSeed) __SOFTFP;
IMPORT_C static TUint32 Random();
+ IMPORT_C static void Random(TDes8& aRandomValue);
+ IMPORT_C static void RandomL(TDes8& aRandomValue);
+ IMPORT_C static TUint32 RandomL();
IMPORT_C static TInt Round(TReal &aTrg,const TReal &aSrc,TInt aDecimalPlaces);
IMPORT_C static TInt Sin(TReal &aTrg,const TReal &aSrc);
IMPORT_C static TInt Sqrt(TReal &aTrg,const TReal &aSrc);