[BACK]Return to t-rand.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tests / rand

Diff for /OpenXM_contrib/gmp/tests/rand/Attic/t-rand.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:13:18 version 1.1.1.2, 2003/08/25 16:06:15
Line 1 
Line 1 
 /* t-rand -- Test random number generators.  */  /* t-rand -- Test random number generators.  */
   
 /*  /*
 Copyright (C) 2000 Free Software Foundation, Inc.  Copyright 2000, 2001 Free Software Foundation, Inc.
   
 This file is part of the GNU MP Library.  This file is part of the GNU MP Library.
   
Line 105  static struct rt zarr[] =
Line 105  static struct rt zarr[] =
   {z65, 65},    {z65, 65},
   {z127, 127},    {z127, 127},
   {z128, 128},    {z128, 128},
   {0, NULL}    {NULL, 0}
 };  };
   
 static struct rt farr[] =  static struct rt farr[] =
Line 127  static struct rt farr[] =
Line 127  static struct rt farr[] =
   {f65, 65},    {f65, 65},
   {f127, 127},    {f127, 127},
   {f128, 128},    {f128, 128},
   {0, NULL}    {NULL, 0}
 };  };
   
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>