diff options
Diffstat (limited to 'source/Irrlicht/os.cpp')
-rw-r--r-- | source/Irrlicht/os.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/os.cpp b/source/Irrlicht/os.cpp index a410a91..b736eaf 100644 --- a/source/Irrlicht/os.cpp +++ b/source/Irrlicht/os.cpp @@ -338,12 +338,6 @@ namespace os return seed-1; // -1 because we want it to start at 0
}
- //! generates a pseudo random number
- f32 Randomizer::frand()
- {
- return rand()*(1.f/rMax);
- }
-
s32 Randomizer::randMax()
{
return rMax;
|