Class PopCntMonitor

java.lang.Object
io.github.olyutorskii.aletojio.idling.AbstractRndMonitor
io.github.olyutorskii.aletojio.idling.PopCntMonitor
All Implemented Interfaces:
RndMonitor

public class PopCntMonitor extends AbstractRndMonitor
Monitor pop-count of random number sequence.
  • pop-count of 0x00000000 is 0
  • pop-count of 0xa5a5a5a5 is 16
  • pop-count of 0xffffffff is 32

Pop-count is another name for Hamming-weight.

See Also: