/RandKit

A repository containing some RNG functions

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

RandKit

Swift only implementations of some random number generators. These also inherit from the RandomNumberGenerator protocol.

  • Mersenne Twister
  • ISAAC
  • Xoshiro256**
  • SplitMix64