Home
last modified time | relevance | path

Searched refs:randoms (Results 76 – 100 of 715) sorted by relevance

12345678910>>...29

/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rustls-0.19.1/src/server/
H A Dcommon.rs13 pub randoms: SessionRandoms, field
24 randoms: SessionRandoms::for_server(), in new()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rustls-0.18.1/src/server/
H A Dcommon.rs13 pub randoms: SessionRandoms, field
24 randoms: SessionRandoms::for_server(), in new()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/rustls-0.19.1/src/server/
H A Dcommon.rs13 pub randoms: SessionRandoms, field
24 randoms: SessionRandoms::for_server(), in new()
/dports/textproc/p5-String-Urandom/String-Urandom-0.16/lib/String/
H A DUrandom.pm99 my @randoms = split(//, $bytes);
100 foreach (@randoms) {
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DMain.hs30 | (_, x, y) <- zip3 [1 .. benchmarkSize] (randoms gen1) (randoms gen2)
/dports/math/py-numpy/numpy-1.20.3/numpy/random/
H A Dmtrand.pyx629 cdef np.ndarray randoms
637 randoms_data = <int64_t*>np.PyArray_DATA(randoms)
638 n = np.PyArray_SIZE(randoms)
643 return randoms
3358 cdef np.ndarray randoms
3376 cnt = np.PyArray_SIZE(randoms)
3379 validate_output_shape(it.shape, randoms)
3390 return randoms
3402 randoms = <np.ndarray>np.empty(size, int)
3403 cnt = np.PyArray_SIZE(randoms)
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Darithmetic.w311 There's an auxiliary array |randoms| that contains 55 pseudo-random
632 and then it will fetch |randoms[j_random]|.
641 int k; /* index into |randoms| */
644 x = randoms[k] - randoms[k + 31];
647 randoms[k] = x;
650 x = randoms[k] - randoms[k - 24];
653 randoms[k] = x;
665 int i; /* index into |randoms| */
676 randoms[(i * 21) % 55] = j;
696 y = take_frac(abs(x), randoms[j_random]);
[all …]
/dports/math/p5-Math-Random-MT-Auto/Math-Random-MT-Auto-6.23/t/
H A D14-serialize.t20 ( # 64-bit randoms
222 ( # 32-bit randoms
/dports/graphics/py-cairo/pycairo-1.18.1/tests/
H A Dhypothesis_fspaths.py27 integers, binary, randoms
95 r = draw(randoms())
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DUUID.hs18 import System.Random (RandomGen, randoms)
51 case take 16 (randoms gen :: [Word8]) of
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DUUID.hs18 import System.Random (RandomGen, randoms)
51 case take 16 (randoms gen :: [Word8]) of
/dports/graphics/pyl-cairo/pycairo-1.18.1/tests/
H A Dhypothesis_fspaths.py27 integers, binary, randoms
95 r = draw(randoms())

12345678910>>...29