ENTROPY_GET
Posted: Sun Feb 25, 2024 3:06 pm
Hello everybody.
I'm currently using Kernal's ENTROPY_GET routine to shuffle a 5 elements array, but I get some quirks:
- a certain sequence shows up way too often
- occasionally a sequence comes up twice in a row
Upon extensive checking, I can safely claim that my shuffle algorithm is working properly, so I'm now questioning if ENTROPY_GET is a reliable random number generator.
Did any of you have a chance to deal with such routine? What do you think about it?
Thanks,
Giacomo
I'm currently using Kernal's ENTROPY_GET routine to shuffle a 5 elements array, but I get some quirks:
- a certain sequence shows up way too often
- occasionally a sequence comes up twice in a row
Upon extensive checking, I can safely claim that my shuffle algorithm is working properly, so I'm now questioning if ENTROPY_GET is a reliable random number generator.
Did any of you have a chance to deal with such routine? What do you think about it?
Thanks,
Giacomo