[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28028] [PATCH 2/9] gnu: Add perl-math-random-isaac-xs.
From: |
Danny Milosavljevic |
Subject: |
[bug#28028] [PATCH 2/9] gnu: Add perl-math-random-isaac-xs. |
Date: |
Sat, 12 Aug 2017 13:22:02 +0200 |
> + (description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a
> +fast pseudo-random number generator. It is suitable for applications where a
> +significant amount of random data needs to be produced quickly, such as
> +solving using the Monte Carlo method or for games. The results are uniformly
> +distributed, unbiased, and unpredictable unless you know the seed.
> +
> +This package provides implements the same interface as
^^^^^^^^^^^^^^^^^^^ Dupe
Otherwise LGTM!
- [bug#28028] [PATCH 0/9] Perl crypto things, Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 4/9] gnu: Add perl-type-tie., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 8/9] gnu: Add perl-crypt-random-source., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny., Ricardo Wurmus, 2017/08/09