Skip to content

Minor changes / fixes in MonotonicUlidRng

Compare
Choose a tag to compare
@RobThree RobThree released this 09 Jul 01:22
· 33 commits to master since this release
06cd7bd

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.")