src/tools/values/veMath.cpp File Reference

#include "vCore.h"
#include "vRegistry.h"
#include "vebCFunction.h"
#include "veMath.h"

Include dependency graph for veMath.cpp:

Go to the source code of this file.

Namespaces

namespace  vValue
namespace  vValue::Expr
namespace  vValue::Expr::Math

Functions

long int ve_math_random ()

Variables

Registration vValue::Expr::Math::register_sin ("func\nmath","sin", 1,(Registration::fptr)(ctor::a1 *)&Creator< Trig::Sin >::create< BasePtr >)


Function Documentation

long int ve_math_random (  ) 

Definition at line 33 of file veMath.cpp.

References tRandomizer::Get(), and tRandomizer::GetInstance().

00034 {
00035     return (long int)tRandomizer::GetInstance().Get(RAND_MAX);
00036 }

Here is the call graph for this function:


Generated on Sat Mar 15 23:13:41 2008 for Armagetron Advanced by  doxygen 1.5.4