From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_random_8cpp.html | 325 +++++++++++++++++++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 Doc/doxygen/html/_random_8cpp.html (limited to 'Doc/doxygen/html/_random_8cpp.html') diff --git a/Doc/doxygen/html/_random_8cpp.html b/Doc/doxygen/html/_random_8cpp.html new file mode 100644 index 0000000..fd556ed --- /dev/null +++ b/Doc/doxygen/html/_random_8cpp.html @@ -0,0 +1,325 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Random.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Random.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Random.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + + +

+Functions

void RandomInit ()
Point RandomDirection ()
Point RandomPoint ()
Vec3 RandomVector (double radius)
double Random (double min, double max)
int RandomIndex ()
bool RandomChance (int wins, int tries)
int RandomSequence (int current, int range)
int RandomShuffle (int count)
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
double Random (double min,
double max 
)
+
+ +

Definition at line 61 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool RandomChance (int wins,
int tries 
)
+
+ +

Definition at line 84 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + +
Point RandomDirection ()
+
+ +

Definition at line 27 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + +
int RandomIndex ()
+
+ +

Definition at line 71 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + +
void RandomInit ()
+
+ +

Definition at line 20 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + +
Point RandomPoint ()
+
+ +

Definition at line 36 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int RandomSequence (int current,
int range 
)
+
+ +

Definition at line 94 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + + +
int RandomShuffle (int count)
+
+ +

Definition at line 106 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + + +
Vec3 RandomVector (double radius)
+
+ +

Definition at line 46 of file Random.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1