guix-patches
[Top][All Lists]
Advanced

[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: Ricardo Wurmus
Subject: [bug#28028] [PATCH 2/9] gnu: Add perl-math-random-isaac-xs.
Date: Sat, 12 Aug 2017 15:07:07 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Danny Milosavljevic <address@hidden> writes:

>> +    (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

Ah, good catch!  Thanks.

-- Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]