[][src]Module jen::generator

Generation of random data in a lazy pattern.

This module offers the Generator struct, which can be used to generate random data to place into a template. It implements the Iterator trait, so you can easily chain and lazily generate the amount of data you need.

Structs

Generator

Simple random (templated) data generator.