Description
Provides a fast splittable pseudorandom number generator for Haskell. Splittable generators can create independent streams, which is useful for parallel or structured random generation.
It is useful for simulations, tests, randomized algorithms, and libraries that need reproducible random streams. It is for general non-security randomness, not cryptographic secrets.