Searched refs:random (Results 1 - 25 of 737) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/random/
H A Dstd_c++0x_neg.cc21 #include <random> // { dg-excess-errors "In file included from" }
H A Dtypes_std_c++0x.cc21 #include <random>
/netbsd-6-1-5-RELEASE/games/random/
H A DMakefile4 PROG= random
5 MAN= random.6
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Drandom.h1 /* $NetBSD: random.h,v 1.4 2002/02/21 07:38:16 itojun Exp $ */
40 #define randomUint8() ((uint8_t)random())
41 #define randomUint16() ((uint16_t)random())
42 #define randomUint32() ((uint32_t)random())
43 #define randomUint64() ((uint64_t)random() << 32 | random())
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/
H A Dnon_uint_neg.cc30 #include <random>
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/smartsign/
H A Dsetup.sh20 ../../../tools/genrandom 400 random.data
H A Dprereq.sh19 ../../../tools/genrandom 400 random.data
21 if $KEYGEN -q -r random.data foo > /dev/null 2>&1
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/metadata/
H A Dprereq.sh19 ../../../tools/genrandom 400 random.data
21 if $KEYGEN -q -r random.data foo > /dev/null 2>&1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/
H A Dtypedefs.cc27 #include <random>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/
H A Dtypedefs.cc27 #include <random>

Completed in 131 milliseconds

1234567891011>>