/[pspp]/pspp/src/set.q
ViewVC logotype

Diff of /pspp/src/set.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by blp, Tue Oct 25 04:28:17 2005 UTC revision 1.26 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 1406  set_rng (unsigned long seed) Line 1406  set_rng (unsigned long seed)
1406  {  {
1407    rng = gsl_rng_alloc (gsl_rng_mt19937);    rng = gsl_rng_alloc (gsl_rng_mt19937);
1408    if (rng == NULL)    if (rng == NULL)
1409      out_of_memory ();      xalloc_die ();
1410    gsl_rng_set (rng, seed);    gsl_rng_set (rng, seed);
1411  }  }
1412    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26