smartcat-labs / ranger

Ranger is contextual data generator used to make sensible data for integration tests or to play with it in the database
https://www.smartcat.io/products/ranger-contextual-data-and-load-generator
Apache License 2.0
59 stars 11 forks source link

Normalized distribution functions #150

Open nivancevic opened 7 years ago

nivancevic commented 7 years ago

In order to keep the distribution configuration simple, the continual distribution functions can be normalized. For example, instead of normal(mean, variance, lower-boundry, upper-boundry), it could be normal(mean, variance) assuming that only probabilities from interval 0.0 - 1.0 are sampled.