distl 0.2.0
- each distribution object now has an internal uniqueid identifier which is used in place of the hash to determine which should be sampled simultaneously within a DistributionCollection, Composite, or Function distribution. By default, copying and math retains this uniqueid, whereas manually calling deepcopy generates a new uniqueid.
- other minor bugfixes