From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_random_8cpp.html | 325 ------------------------------------- 1 file changed, 325 deletions(-) delete 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 deleted file mode 100644 index 3cc6afd..0000000 --- a/Doc/doxygen/html/_random_8cpp.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -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