[A83] Re: Randomization


[Prev][Next][Index][Thread]

[A83] Re: Randomization




I haven't worked with random numbers in any of my programs yet but, to load 
a random number in a register goes like this right ld a,r ?

But how can one then set the seed of the random "list", thus getting the 
same "list" when you set the seed to a certain number?

Thanks


>From: "Henk Poley" <HPoley@DDS.nl>
>Reply-To: assembly-83@lists.ticalc.org
>To: <assembly-83@lists.ticalc.org>
>Subject: [A83] Re: Randomization
>Date: Tue, 11 Dec 2001 17:16:26 +0100
>
>
> > Van: Olle Hedman <alh@home.se>
> >
> > True random is impossible in a system like a processor, that is why it
> > is called "pseudo-random", this and the fact that each seed gives the
> > same "list". But there is no list stored...
>
>Isn't it that on the P4 the randomizer get's fed with temperature data from
>the chip? That would give 'more random' results.
>
>	Henk Poley <><
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





Follow-Ups: