|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Go to the source code of this file.
Functions | |
| int | rand_function (int limit) |
| void | random_shuffle (int *first, int *last) |
| template<class RandomNumberGenerator > | |
| void | random_shuffle (int *first, int *last, RandomNumberGenerator &custom_rand) |
Definition at line 4 of file compatibility.cpp.
Definition at line 10 of file compatibility.cpp.
| void random_shuffle | ( | int * | first, |
| int * | last, | ||
| RandomNumberGenerator & | custom_rand | ||
| ) |
Definition at line 17 of file compatibility.cpp.