Minor changes / fixes in MonotonicUlidRng
MonotonicUlidRng
no longer allows specifying the mask; we default to masking out the MSB of the random part which gives us at least 2^79 bits before running into a sequenceoverflow. Also fixed a bug in the MonotonicUlidRng
that caused an InvalidOperationException("Clock moved backwards; this is not supported.")