A stream that emits endless series of random bytes, with proper backpressure support.
stream which truncates input after N bytes
Transform stream which calculates a sliding-window sum (moving-sum) over a numeric data stream.
Create random bytes streams with or not a cap size
Transform stream factory to find sliding-window minimum values (moving min) over a numeric data stream.