nvzqz/RandomKit

Choice of Random Generators

nvzqz opened this issue · 0 comments

nvzqz commented

RandomKit should have more choices of random data generators other than just arc4random. This is especially important for expanding to non BSD-based platforms that don't have arc4random, like Linux and Windows.

Data Generators

  • arc4random
  • /dev/random and /dev/urandom
  • Xoroshiro