Thread: FlipClock Beta
View Single Post
Posts: 18 | Thanked: 6 times | Joined on Sep 2009
#290
Originally Posted by jolouis View Post
Okay everyone it's been a bit busier that I'd thought but finally I've gotten to another release point:

For Maemo 4.x
https://garage.maemo.org/frs/downloa....9.7_armel.deb

and Maemo 5
https://garage.maemo.org/frs/downloa...ntle_armel.deb
Awesome!

I noticed you forgot to seed the random number generator, so although the tracks are chosen at random, you get the same tracks every time flip clock starts.
Perhaps adding this somewhere:

#include <time.h>

srand( (unsigned)time(NULL) );

 

The Following 2 Users Say Thank You to esaym For This Useful Post: