On 5 April 2013 14:09, Ruchir Shukla <ruchiryshu...@gmail.com> wrote:
> Hello !
>
> I did not get the Answer for how . can you explain the Answer ?
[...]

Seeding a pseudo-random number generator makes it
always generate a sequence specific to the seed. Someone
discovered the seeds to print the sequence for "hello" and
for "world".

Kind of cute, but IMHO teaches one nothing except maybe
to watch out for pseudo-random number generators where
the state,and the generated sequence can be gleaned from
a few examples. Unless one had already come across this
particular trick, there was no way to predict the output of the
program.

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to