Evolution of Swift Evolution?

... but that would possibly cause an endless discussion wether the library should be called Random or DefaultRandomNumberGeneratorModule ;-)

Imho something comparable to C++ Boost would be a fantastic way to speed up development, but apparently, there is no big support for such a concept in Swift :frowning:
To not only point on issues Random might have, there's at least one other big topic that suffers from the same problem in a different way:
While the API for RNGs was decided (at least partially) blindfold, there has been lots of activity regarding container types - and none of those ideas became real proposals... the current stdlib proves that something like SortedArray, OrderedSet, MultiSet or LinkedList does not have to be in that prominent location, but at the same time, the complete lack of some very basic structures and algorithms feels odd.

https://forums.swift.org/t/weak-reference-collections/11974