Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Random function

Name: Random function 2007-06-05 9:52 ID:aU7lW8Yy

Post your best ansi C function to get a random number in a specific range

Name: Anonymous 2007-06-05 10:18 ID:j8JSPf8c

Did I heard someone say "Java" ?

static class RandomNumberFactory{

 static public Integer getRandomInteger(){
   int n = 123; //This number has been chosen randomly
   return ( new Integer(n) );
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List