haskell/haskell-tf-random: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
52f6380b23
commit
91b87f36d5
|
@ -2,7 +2,7 @@ This package contains an implementation of a high-quality splittable
|
|||
pseudorandom number generator. The generator is based on a
|
||||
cryptographic hash function built on top of the ThreeFish block
|
||||
cipher. See the paper Splittable Pseudorandom Number Generators
|
||||
Using Cryptographic Hashing by Claessen, Pałka for details and the
|
||||
Using Cryptographic Hashing by Claessen, Palka for details and the
|
||||
rationale of the design.
|
||||
|
||||
After uninstalling, run this command to unregister the package from
|
||||
|
|
|
@ -12,7 +12,7 @@ haskell-tf-random: This package contains an implementation of a high-quality spl
|
|||
haskell-tf-random: pseudorandom number generator. The generator is based on a
|
||||
haskell-tf-random: cryptographic hash function built on top of the ThreeFish block
|
||||
haskell-tf-random: cipher. See the paper Splittable Pseudorandom Number Generators
|
||||
haskell-tf-random: Using Cryptographic Hashing by Claessen, Pałka for details and the
|
||||
haskell-tf-random: Using Cryptographic Hashing by Claessen, Palka for details and the
|
||||
haskell-tf-random: rationale of the design.
|
||||
haskell-tf-random:
|
||||
haskell-tf-random:
|
||||
|
|
Loading…
Reference in New Issue