C
csugden
Hi,
I'm trying to make a VBA version of a shuffling algorithm I've seen,
which is written (I think) in C. I've got the shape of it, I think, but
I think there is a problem due to the Randomize() seed function in vba
and the srand() function in C. Do they work the same way? How can I
replicate the behaviour of srand in vba?
Cheers,
Chris
I'm trying to make a VBA version of a shuffling algorithm I've seen,
which is written (I think) in C. I've got the shape of it, I think, but
I think there is a problem due to the Randomize() seed function in vba
and the srand() function in C. Do they work the same way? How can I
replicate the behaviour of srand in vba?
Cheers,
Chris