Mail Archives: cygwin/1998/01/16/06:15:31
You can use (random() % limit), but you need to beware of destroying some
of the properties of the sequence -- not all pseudo-random sequences retain
their various random properties after a modulus operation.
I recommend reading, Knuth's Seminumerical Algorithms (Art of Computer
Programming Vol 2.), for detailed info on pseudo-random sequences.
- Tim Iverson
+----------------
| Date: Tue, 13 Jan 1998 11:50:24 +0100 (MET)
| From: Valter EOR Santos <c9707059 AT cca DOT fc DOT up DOT pt>
| To: GNU-Win32 Mailing List <gnu-win32 AT cygnus DOT com>
| Subject: about pseudo-random numbers
|
| My question is if there is any way to make a limit in the random
| generation. In the Turbo Borland C++ i have the unit random(int limit)
| that produces numbers between 0 and limit. In the gnu, or other linux
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -