[med-svn] [librandom123] 01/01: Fix long description

Andreas Tille tille at debian.org
Tue Mar 14 12:55:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository librandom123.

commit f9b6e663cc626ce357bf030cadaad43b72c03c15
Author: Andreas Tille <tille at debian.org>
Date:   Tue Mar 14 13:54:46 2017 +0100

    Fix long description
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index faa9a18..5ea0c6b 100644
--- a/debian/control
+++ b/debian/control
@@ -28,9 +28,9 @@ Description: parallel random numbers library
  the Advanced Encryption System (AES)), Threefry (based on the Threefish
  encryption function), and Philox (based on integer multiplication). They
  all satisfy rigorous statistical testing (passing BigCrush in TestU01),
- vectorize and parallelize well (each generator can produce at least 264
+ vectorize and parallelize well (each generator can produce at least 2^64
  independent streams), have long periods (the period of each stream is at
- least 2128), require little or no memory or state, and have excellent
+ least 2^128), require little or no memory or state, and have excellent
  performance (a few clock cycles per byte of random output). The
  Random123 library can be used with CPU (C and C++) and GPU (CUDA and
  OpenCL) applications.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/librandom123.git



More information about the debian-med-commit mailing list