Update build.yml to use macos-latest again
ControlledChaos is a simple Swift package for working with probability-based randomization.
ControlledChaos
Bool
true
Double
ProbabilityGroup
RandomItemBag
SeededRandomNumberGenerator
ControlledChaos was written by B.T. Franklin (@btfranklin) from 2018 onward and is licensed under the MIT license. See LICENSE.md.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ControlledChaos
ControlledChaos
is a simple Swift package for working with probability-based randomization.Features
Bool
to provide random values with a specific probability of receivingtrue
Double
to produce random values with a Gaussian distributionProbabilityGroup
struct to get random items with specific probabilitiesRandomItemBag
class to randomly select finite items from a collectionSeededRandomNumberGenerator
struct to produce random values with repeatable sequences using the SplitMix64 algorithmLicense
ControlledChaos
was written by B.T. Franklin (@btfranklin) from 2018 onward and is licensed under the MIT license. See LICENSE.md.