Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37729238
en ru br
ALT Linux repositórios
S:0.0.5-alt2

Group :: Desenvolvimento/Haskell
RPM: ghc8.6.4-splitmix

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.0.5-alt2
Data da compilação: 17 agosto 2023, 17:43 ( 37.2 weeks ago )
Tamanho:: 22.92 Kb

Home page:   http://hackage.haskell.org/package/splitmix

Licença: BSD3
Sumário: Fast Splittable PRNG
Descrição:

Pure Haskell implementation of SplitMix described in

Guy L. Steele, Jr., Doug Lea, and Christine H. Flood. 2014. Fast splittable
pseudorandom number generators. In Proceedings of the 2014 ACM
International Conference on Object Oriented Programming Systems Languages &
Applications (OOPSLA '14). ACM, New York, NY, USA, 453-472. DOI:
<https://doi.org/10.1145/2660193.2660195>;

The paper describes a new algorithm /SplitMix/ for /splittable/
pseudorandom number generator that is quite fast: 9 64 bit
arithmetic/logical operations per 64 bits generated.

/SplitMix/ is tested with two standard statistical test suites (DieHarder
and TestU01, this implementation only using the former) and it appears to
be adequate for "everyday" use, such as Monte Carlo algorithms and
randomized data structures where speed is important.

In particular, it __should not be used for cryptographic or security
applications__, because generated sequences of pseudorandom values are too
predictable (the mixing functions are easily inverted, and two successive
outputs suffice to reconstruct the internal state).

Mantenedor currente: Denis Smirnov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ghc8.6.4-splitmix
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009