Randomizer

class R(sampler='random', **kwargs)[source]

Random values generator.

Parameters
  • sampler (str or callable) – Random number sampler. If `str` then corresponding attribute of `numpy.random`.

  • kwargs (dict) – Parameters of distribution.

params

Parameters of distribution.

Type

dict

property params

Parameters of distribution.