FS2_Open
Open source remastering of the Freespace 2 engine
compatibility.h File Reference

Go to the source code of this file.

Functions

void random_shuffle (int *first, int *last)
 
template<class RandomNumberGenerator >
void random_shuffle (int *first, int *last, RandomNumberGenerator &custom_rand)
 

Function Documentation

void random_shuffle ( int first,
int last 
)

Definition at line 10 of file compatibility.cpp.

template<class RandomNumberGenerator >
void random_shuffle ( int first,
int last,
RandomNumberGenerator &  custom_rand 
)

Definition at line 17 of file compatibility.cpp.