Re: rand opcodes are deprecated

2004-09-28 Thread Leopold Toetsch
Aaron Sherman <[EMAIL PROTECTED]> wrote: > On Tue, 2004-09-28 at 03:53, Leopold Toetsch wrote: >> We already have the Random PMC with vtables to create random numbers. >> There's really no need to have opcodes too. If there aren't serious >> arguments for keeping these opcodes, they'll be removed f

Re: rand opcodes are deprecated

2004-09-28 Thread Aaron Sherman
On Tue, 2004-09-28 at 03:53, Leopold Toetsch wrote: > We already have the Random PMC with vtables to create random numbers. > There's really no need to have opcodes too. If there aren't serious > arguments for keeping these opcodes, they'll be removed for the release. Didn't you and I specifical

rand opcodes are deprecated

2004-09-28 Thread Leopold Toetsch
We already have the Random PMC with vtables to create random numbers. There's really no need to have opcodes too. If there aren't serious arguments for keeping these opcodes, they'll be removed for the release. leo