Commit Graph

10 Commits

Author SHA1 Message Date
Fabio Lima 1fc0952067 Updated README.md 2020-02-24 04:53:01 -03:00
Fabio Lima da8061af21 Fixed a test case
Fixed test case: testShouldThrowOverflowException()
2020-02-24 02:30:07 -03:00
Fabio Lima 111592751a Remove method from GuidCreator
The method withoutOverrunException() is not necessary anymore.
2020-02-24 00:03:38 -03:00
Fabio Lima 7ec2a7cc98 Throw exception when 2^80 requests are made
In the previous implementation an exception was thrown when the random
part reached 2^80. It meant that if the first random generated within a
millisecond was (2^80 - 1000), the generator could thrown the exception
when only 1000 requests was made. It was very difficult, but possible.

Now it only occurs in the extremely unlikely event that you manage to
generate more than 2^80 ULIDs within the same millisecond.
2020-02-23 23:55:34 -03:00
Fabio Lima 0051e785b7 Small changes 2020-02-23 14:11:55 -03:00
Fabio Lima a89bab3863 Added XorshiftRandom 2020-02-23 14:03:58 -03:00
Fabio Lima e4a6d899f3 Changed UlidCreator 2020-02-22 13:26:15 -03:00
Fabio Lima f885a03125 Rearranging the code 2020-02-22 13:07:16 -03:00
Fabio Lima 63bee56534 Copied more code from uuid-creator 2020-02-17 01:49:00 -03:00
Fabio Lima 3fbe5c5c1b Copied some code from uuid-creator 2020-02-17 01:34:29 -03:00