DataGenerator icon indicating copy to clipboard operation
DataGenerator copied to clipboard

Automatically generate data for an object

Results 12 DataGenerator issues
Sort by recently updated
recently updated
newest added

I've been using DataGenerator to do things like: var data = DataGenerator.Generator.Default.Single(); But sometimes I need to be able to do this: class MyType {...} class MyTypeMocked : MyType {...

I believe it would be useful (certainly for my own use but probably for others) if this library supported the ability to provide the seed used for the Random() RNG....