Tynamix / ObjectFiller.NET

The .NET ObjectFiller fills the properties of your .NET objects with random data
http://objectfiller.net
MIT License
76 stars 35 forks source link

Added test and implementation for LongRange #123

Closed weitzhandler closed 4 years ago

weitzhandler commented 4 years ago

Fixes #122

If this PR gets merged, will add ULong etc. Maybe even a static method Range.Get<T>(T? min, T? max) where T is any numeric value int/uint/byte/double etc.

weitzhandler commented 4 years ago

Congrats on the baby!

A long is also an integer :)

Anyway, requested changes have been applied.