pseudo_random_bytes() was accidentally copying the last partial long to the beggining of the buffer instead of the end. The final partial long bytes weren't being filled. Signed-off-by: Zach Brown <zab@versity.com>