F
FARAZ QURESHI
How can one derive a random number from a specifc array, for example a random
selection from {2, 4, 16, 256, 65536}
selection from {2, 4, 16, 256, 65536}
How can one derive a random number from a specifc array, for example a random
selection from {2, 4, 16, 256, 65536}
Bernd P said:=2^(2^INT(RND()*5))