in reply to String randomness
I'm not sure the question is really intelligible. Computers are inherently deterministic, which is why random number generators are needed to give the appearance of randomness for some applications. This means that a string generated "randomly" from a set of characters will be no more or less intrinsically random whether the characters within the set are ordered or not. A well written algorithm for generating random behavior should be convincing no matter how the starting parameters are arranged.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: String randomness
by sauoq (Abbot) on Aug 16, 2002 at 10:33 UTC | |
by theorbtwo (Prior) on Aug 16, 2002 at 11:10 UTC | |
by FoxtrotUniform (Prior) on Aug 16, 2002 at 16:53 UTC |