From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../doc/html/classirr_1_1_i_randomizer.html | 236 --------------------- 1 file changed, 236 deletions(-) delete mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1_i_randomizer.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1_i_randomizer.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_randomizer.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_randomizer.html deleted file mode 100644 index 0ba24e7..0000000 --- a/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_randomizer.html +++ /dev/null @@ -1,236 +0,0 @@ - - -
- -Interface for generating random numbers. - More...
- -#include <IRandomizer.h>
Interface for generating random numbers.
- -Definition at line 14 of file IRandomizer.h.
-virtual f32 irr::IRandomizer::frand | -( | -) | - const [pure virtual] |
-
generates a pseudo random number in the range 0..1
- -virtual s32 irr::IRandomizer::rand | -( | -) | - const [pure virtual] |
-
generates a pseudo random number in the range 0..randMax()
- -virtual s32 irr::IRandomizer::randMax | -( | -) | - const [pure virtual] |
-
get maxmimum number generated by rand()
- -virtual void irr::IRandomizer::reset | -( | -s32 | -value = 0x0f0f0f0f | ) | - [pure virtual] |
-
resets the randomizer
-value | Initialization value (seed) |