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

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 >) |
| 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 }

1.5.4