Name | Description |
---|---|
CountingStream | A stream of 32 bit integers starting at 0 and counting to a given length. |
DynamicHasher | Runtime description of a simple hashing algorithm. |
DynamicHasher.Step | A hashing step, describing how to feed the current state through a mathematical operation. |
IntStream | A stream of 32 bit integers. |
RepeatStream | A stream of the same 32 bit integer repeated a given number of times. |