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 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html new file mode 100644 index 0000000..5756797 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_randomizer.html @@ -0,0 +1,236 @@ + + + + +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