5 packages tagged with “randn”
RandN is an alternative library for random number generation, designed to replace the standard Random type.
RandN.Core defines the core interfaces of RandN, thus is intended only to be used by those implementing a random number generator. Others should instead use the RandN package itself. RandN.Core also provides RNG implementation helpers.
RandN.ChaCha provides the implementation of ChaCha for RandN, an alternative library for random number generation.
RandN.Pcg32 provides the implementation of Pcg32 for RandN, an alternative library for random number generation.
RandN.ExtraRngs provides an extra RNG algorithms for RandN, an alternative library for random number generation.