This document discusses generating dummy log data using Poisson sampling. It describes modeling log counts per hour as a Poisson distribution, which can be used to simulate logs appearing randomly over time. The implementation allows generating logs either at a constant rate (homogeneous Poisson process) or at a varying rate over time (inhomogeneous Poisson process). The results are dummy log data that fits the target distribution of real log counts per hour.