GeneratorFactory

interface GeneratorFactory<T : Any>

Factory of a Generator

Author

Matthias Geisler

See also

Parameters

T

the type which the Generator is referring to.

Functions

getInstance
Link copied to clipboard
abstract fun getInstance(random: Random): PublicApi.Generator<T>
Instantiates a Generator