Searched refs:rand (Results 401 - 425 of 429) sorted by relevance

<<1112131415161718

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c163 #include <openssl/rand.h>
354 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
935 else if (strcmp(*argv,"-rand") == 0)
1080 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
H A Ds_server.c181 #include <openssl/rand.h>
547 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
1294 else if (strcmp(*argv,"-rand") == 0)
1502 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
H A Dspeed.c99 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbntest.c86 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dectest.c95 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssltest.c174 #include <openssl/rand.h>
H A Dt1_lib.c117 #include <openssl/rand.h>
H A Ds3_clnt.c155 #include <openssl/rand.h>
H A Ds3_srvr.c158 #include <openssl/rand.h>
H A Dssl_lib.c154 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_wext.c1741 ssid[i] = rand() & 0xFF;
H A Ddriver_ndis.c721 ssid[i] = rand() & 0xff;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A DMakefile.in351 SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx mpbsd
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devdns.c75 #include <openssl/rand.h>
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Drun.c1599 /* in principle, rand() returns something in 0..RAND_MAX */
1600 u = (Awkfloat) (rand() % RAND_MAX) / RAND_MAX;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dalgo.h1654 /** @brief Functor wrapper for std::rand(). */
1660 { return rand() % __limit; }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dlinux-low.c1825 ((num_events * (double) rand ()) / (RAND_MAX + 1.0));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c3011 ((num_events * (double) rand ()) / (RAND_MAX + 1.0));
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c2990 passiveport = rand() % (curclass.portmax - curclass.portmin)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_algo.h1906 std::iter_swap(__i, __first + (std::rand() % ((__i - __first) + 1)));
1914 * @param rand The RNG functor or function.
1917 * Reorders the elements in the range @p [first,last) using @p rand to
1918 * provide a random distribution. Calling @p rand(N) for a positive
/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c3190 double r = rand();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h60 #include <cstdlib> // for rand
4956 std::iter_swap(__i, __first + (std::rand() % ((__i - __first) + 1)));
4965 * @param rand The RNG functor or function.
4968 * Reorders the elements in the range @p [first,last) using @p rand to
4969 * provide a random distribution. Calling @p rand(N) for a positive
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c694 return rand();
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A Dconfigure7024 echo "$as_me:$LINENO: checking whether rand must be declared" >&5
7025 echo $ECHO_N "checking whether rand must be declared... $ECHO_C" >&6
7070 #ifndef rand
7071 char *p = (char *) rand;
8925 *(data + i) = rand ();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/
H A Dconfigure12004 openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h \

Completed in 500 milliseconds

<<1112131415161718