User forums > General (but related to Code::Blocks)

rand() without double results

(1/1)

elico1:
Hiu all

In case of RAND() C command is it possible to avoid double same results like
4 1 1 3 5 in case of randon of 5 numbers generated by rand()

Thanks
eliko

stahta01:
So, you wish me to ask you to be banned, correct?

Tim S.

elico1:
What is wrong with you ?
Elico

BlueHazzard:
In the rules of this forum is written, that this forum is not for general c questions and only for codeblocks questions. Not reading the forum rules is a reason for a ban, so stahta is (a bit rudely) saying you should read and follow the forum rules and not ask this kind of questions on this forum.


--- Quote ---In case of RAND() C command is it possible to avoid double same results like
4 1 1 3 5 in case of randon of 5 numbers generated by rand()
--- End quote ---
No, because you want to have random numbers....

basically this is also a random sequence:

--- Code: ---1 1 1 1 1 1 1 1
--- End code ---

obligatory XKCD for reference:
https://www.xkcd.com/221/

stahta01:

--- Quote from: elico1 on January 18, 2020, 05:10:20 pm ---What is wrong with you ?
Elico

--- End quote ---

I posted the rules to your last post and you either are unable to follow hyper links or are unable to understand the rules. Or you are a Help Vampire who needs to be stopped!

Tim S.

Navigation

[0] Message Index

Go to full version