On Thu, 28 Nov 2002, Kjetil S. Matheussen wrote:
On Thu, 28 Nov 2002, Enrique Franco wrote:
Hi,
Does anyone knows how to get the random object working without repeating numbers? I mean, for instance, if the random range is 5 I want to get a different number each time.
Look at the example-patch #8 for my k_cext plugin. After the first line, insert the following: srand(time(NULL)); And there you have it. :)
No, this is not true. Sorry, I probably misunderstood what you ment.