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_8h.html | 325 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 Doc/doxygen/html/_random_8h.html (limited to 'Doc/doxygen/html/_random_8h.html') diff --git a/Doc/doxygen/html/_random_8h.html b/Doc/doxygen/html/_random_8h.html new file mode 100644 index 0000000..ca60903 --- /dev/null +++ b/Doc/doxygen/html/_random_8h.html @@ -0,0 +1,325 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Random.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Random.h File Reference
+
+
+
#include "Types.h"
+#include "Geometry.h"
+
+

Go to the source code of this file.

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

+Functions

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

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
double Random (double min = 0,
double max = 1 
)
+
+ +

Definition at line 61 of file Random.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool RandomChance (int wins = 1,
int tries = 2 
)
+
+ +

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