Bio Engineer Archive
Thread: Adv. Guide to BEs: Shame on SoE
Ahh thanks. I guess I missed it the first time I looked at it.
NancyJ wrote:
As for the 'new' disclaimer - that was always there.
Kevm wrote:
Craigins wrote:
Albion_DeCrappa wrote:
Trust me, if it's done in a computer there has to be logic.
Message Edited by Albion_DeCrappa on 04-21-2004 02:06 PM
please figure out the logic behind the rand(); function and predict future results.
Actually, the random function does not return a truly random number. It usually uses the contentents of the state buffer to seed a non-linear feedback equation. Since the state buffer is in constant flux, the formula has a very long period (the amount of calls it takes before it will return the same number). But, if you know the equation and the state of the seed (in this case the state buffer) you can predict the result.
Sorry.../geekmode off
Message Edited by Kevm on 04-21-2004 10:23 PM
yes I know how the rand() function works. But when you can predict the values of it, please tell me and we will go to vegas and play some video poker.
its just like predicting the CL value(not really but sort of
)
Agissar
Craigins PM
yes I know how the rand() function works. But when you can predict the values of it, please tell me and we will go to vegas and play some video poker.
its just like predicting the CL value(not really but sort of
)
Predicting the outcome of Rand() isnt hard when you set the seed value manually. It will ALWAYS be the same.
Agissar
Does it strike you as odd that so many BEs are either good at math or know programming if not both?
BM-Lion wrote:
Craigins PMyes I know how the rand() function works. But when you can predict the values of it, please tell me and we will go to vegas and play some video poker.
its just like predicting the CL value(not really but sort of
)
Predicting the outcome of Rand() isnt hard when you set the seed value manually. It will ALWAYS be the same.
Agissar
Does it strike you as odd that so many BEs are either good at math or know programming if not both?
and how exactly does this help?
Do you say you can predict the seed?
in reality there's no way to know the seed and even the programmer itself
cannot predict the outcome of a rnd() function, because the seed is usually an equation involving ticks since last boot, current datetime and probably another Randomize().
Albion_DeCrappa wrote:
SoE didn't put the least amount of effort in the so called "Advanced Guide for Bio-Engineers".
In other words "there's your guide, now shut up".
What the hell else did you want... all the programming code that's behind BE cloning? Are you honestly stupid enough to have assumed that the Adv. BE Guild was going to contain any more information then it did? Honestly, whatDID you expect?
Message Edited by Albion_DeCrappa on 04-19-2004 12:58 PM
The only thing that bothers me about the Advanced BE Guide is that Thunderhart signed it, thereby taking credit for co-authoring it.
Did he, or didn't he co-author it? if not, then he should remove his name from the credits.
If he did.. then kudoz to TH.