IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2004, 12:25:16 PM (22 years ago)
Author:
Paul Price
Message:

Changed /dev/random to /dev/urandom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r2045 r2046  
    1 %%% $Id: psLibSDRS.tex,v 1.134 2004-10-11 21:49:44 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.135 2004-10-11 22:25:16 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    32103210\code{seed} is specified as an \code{unsigned long} so that the system
    32113211clock may be used to set it.  If the \code{seed} is zero, then the RNG
    3212 shall be seeded from \code{/dev/random} if it exists, or otherwise
     3212shall be seeded from \code{/dev/urandom} if it exists, or otherwise
    32133213from the system clock, and the particular seed shall be printed using
    32143214\code{psLogMsg} with a level of \code{PS_LOG_INFO}.
Note: See TracChangeset for help on using the changeset viewer.