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

Circular range generator with step #147

Closed vajda closed 7 years ago

vajda commented 7 years ago
a: circular(1..100)
b: circular(1..50, 2)
c: circular(200..0, -5)
d: circular(100.0..0.0, -0.05)