2 registered members (AndrewAMD, TipmyPip),
12,420
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Random in LITE-C ??
[Re: Quad]
#291875
09/28/09 17:40
09/28/09 17:40
|
Joined: Feb 2009
Posts: 3,207 Germany, Magdeburg
Rei_Ayanami
Expert
|
Expert
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
|
you´ll never have a real random generator! The number is computed in anyway! Even if you just say a number, you thought why you take this number - so there will never be a real random number. That´s my opinion 
|
|
|
Re: Random in LITE-C ??
[Re: Hirogens]
#292050
09/29/09 21:06
09/29/09 21:06
|
Joined: Jul 2004
Posts: 1,710
MMike
Serious User
|
Serious User
Joined: Jul 2004
Posts: 1,710
|
im interested in a real random , not for game, but , i know there are some USB you plug in, and generate random numbers, from atmosferic interference but..
Without it, its possible to get a randomized list of number, i think that random anyway..
if you multiple do, randomize(0) and then random(1)*random(1) and integer(result) its random.. for sure.
|
|
|
|