Help for this page

Select Code to Download


  1. or download this
    $ grep /dev/urandom **/*.c
    util.c:4550:#  define PERL_RANDOM_DEVICE "/dev/urandom"
    
  2. or download this
    /* This test is an escape hatch, this symbol isn't set by Configure. *
    +/
    #ifndef PERL_NO_DEV_RANDOM
    ...
            return u;
        }
    #endif