Interface RandomStreams.SeededObjectFactory<T>

    • Method Detail

      • create

        T create​(long seed,
                 UniformRandomProvider source)
        Creates the object.
        Parameters:
        seed - Seed used to initialise the instance.
        source - Source of randomness used to initialise the instance.
        Returns:
        the object