PeanutButter
|
Generates unique random values per instance. More...
Public Member Functions | |
T | Next () |
Get the next value, Typed. | |
override object | NextObjectValue () |
Public Member Functions inherited from PeanutButter.RandomGenerators.UniqueRandomValueGenerator | |
object | NextObjectValue () |
Gets the next unique value as an object so it can be used in reflection and suchlike. |
Additional Inherited Members | |
Static Public Member Functions inherited from PeanutButter.RandomGenerators.UniqueRandomValueGenerator | |
static UniqueRandomValueGenerator | For (Type t) |
Produces an instance of an UniqueRandomValueGenerator for the provided Type t. |
Generates unique random values per instance.
T |
T PeanutButter.RandomGenerators.UniqueRandomValueGenerator< T >.Next | ( | ) |
Get the next value, Typed.