lenskit.random.DerivingRNG ========================== .. py:class:: lenskit.random.DerivingRNG(seed) Bases: :py:obj:`RNGFactory` RNG provider that derives new RNGs from the key .. py:attribute:: seed :type: numpy.random.SeedSequence .. py:method:: __call__(query = None) .. py:method:: __str__()