-
Chris Jewell authored
Replaced calls to uuid package with a queue-based labelling system in the Dirichlet Process. Here, we create as many labels as there are data point, then pull labels out of the "pot" as we need, and replace them after use. This allows us to remove the extra randomness in the DP process caused by the uuid generator (quite rightly) being independent of R's PRNG.
5b60831e