From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../doc/html/classirr_1_1_i_randomizer.html | 236 --------------------- 1 file changed, 236 deletions(-) delete mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html deleted file mode 100644 index 5756797..0000000 --- a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - -Irrlicht 3D Engine: irr::IRandomizer Class Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - - - - - -
-
Irrlicht 3D Engine - -
- -
- - - - - - -
-
-
- - - - -
-
- -
-
-
- -
-
- -
-
irr::IRandomizer Class Reference
-
-
- -

Interface for generating random numbers. - More...

- -

#include <IRandomizer.h>

-
- + Inheritance diagram for irr::IRandomizer:
-
-
- - -

List of all members.

-

-Public Member Functions

- -

Detailed Description

-

Interface for generating random numbers.

- -

Definition at line 14 of file IRandomizer.h.

-

Member Function Documentation

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

-
Parameters:
- - -
valueInitialization value (seed)
-
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - - -- cgit v1.1