Uniform.deepcopy (function)


def deepcopy(self)

Make an independent copy of the distribution object. When sampled together via a DistributionCollection or CompositeDistribution, the copies will be sampled independently rather than linked. To retain this link, use Uniform.copy instead.

Returns

  • a copy of the distribution object