LeoColman
01/24/2019, 3:37 PMRandom
to not have range-based float generation?Vsevolod Tolstopyatov [JB]
01/24/2019, 3:49 PMnextBits
you can implement every other method as extension on top of nextBits
, but it can be ineffective and complicates delegation to platform-specific implementations. So only essential and common (for some definition of “essential” and “common” 🙂) API was introducedLeoColman
01/24/2019, 3:50 PMjkbbwr
01/24/2019, 4:29 PMlouiscad
01/24/2019, 5:56 PMAlexey Belkov [JB]
01/25/2019, 12:53 PMLeoColman
01/26/2019, 2:25 AM