RandomExtensionsNextObject Method

Overload List

NextObject(Random, Type, GenerateObjectSettings) Returns a random object of the specified type or if type cannot be instantiated with the provided settings.
NextObjectT(Random, GenerateObjectSettings) Returns a random object of type T or the default value of T if T cannot be instantiated with the provided settings.

See Also