From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/classirr_1_1_i_randomizer.html | 236 ++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 doc/html/classirr_1_1_i_randomizer.html (limited to 'doc/html/classirr_1_1_i_randomizer.html') diff --git a/doc/html/classirr_1_1_i_randomizer.html b/doc/html/classirr_1_1_i_randomizer.html new file mode 100644 index 0000000..19d9576 --- /dev/null +++ b/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

+
    +
  • virtual f32 frand () const =0 +
    generates a pseudo random number in the range 0..1
  • virtual s32 rand () const =0 +
    generates a pseudo random number in the range 0..randMax()
  • virtual s32 randMax () const =0 +
    get maxmimum number generated by rand()
  • virtual void reset (s32 value=0x0f0f0f0f)=0 +
    resets the randomizer
+

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.2.3-70-g09d2