]> git.itanic.dy.fi Git - sdl-planets/blob - random.h
setup_planet: Concentrate the mass mostly in the middle of the system
[sdl-planets] / random.h
1 #ifndef _RANDOM_H
2 #define _RANDOM_H
3
4 unsigned int get_random(void);
5 double get_random_double(void);
6
7 #endif