icomefromthenet / Faker

A Database Testing Tool.
Apache License 2.0
7 stars 2 forks source link

Add Distribution Support #22

Open icomefromthenet opened 11 years ago

icomefromthenet commented 11 years ago

Normal, Poission and Exponential distributions.

These types will use a random generator by wrapping it.

These types will also need to validate custom options for particular distribution.

Need a compiler step that run after cache injector to.

These distributions are not inherited.