Home
last modified time | relevance | path

Searched refs:nextRandom (Results 1 – 25 of 98) sorted by relevance

1234

/dports/science/clhep/2.4.1.0/CLHEP/Random/src/
H A DNonRandomEngine.cc39 nextRandom(0.05), in NonRandomEngine()
47 nextRandom = r; in setNextRandom()
82 double a = nextRandom; in flat()
86 nextRandom += randomInterval; in flat()
87 if ( nextRandom >= 1 ) nextRandom -= 1.0; in flat()
116 os << nextRandom << " " << nInSeq << " " << randomInterval << "\n"; in put()
134 t = DoubConv::dto2longs(nextRandom); in put()
211 is >> nextRandom >> nInSeq >> randomInterval; in getState()
252 t[0] = v[4]; t[1] = v[5]; nextRandom = DoubConv::longs2double(t); in getState()
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/java/src/test/java/org/signal/zkgroup/
H A DSecureRandomTest.java24 public static SecureRandom createSecureRandom(final byte[] nextRandom) { in createSecureRandom() argument
27 byte[] bytes = Arrays.copyOf(nextRandom, nextRandom.length); in createSecureRandom()
33 …assertEquals("setSecureRandomNextBytes was setup with wrong number of bytes", nextRandom.length, i… in createSecureRandom()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/uuid-1.3.13/Data/UUID/
H A DV4.hs21 module Data.UUID.V4 (nextRandom) where
30 nextRandom :: IO UUID
31 nextRandom = do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/uuid-1.3.14/src/Data/UUID/
H A DV4.hs18 module Data.UUID.V4 (nextRandom) where
28 nextRandom :: IO UUID
29 nextRandom = do function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/uuid-1.3.15/src/Data/UUID/
H A DV4.hs18 module Data.UUID.V4 (nextRandom) where
28 nextRandom :: IO UUID
29 nextRandom = do function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/uuid-1.3.13/Data/UUID/
H A DV4.hs21 module Data.UUID.V4 (nextRandom) where
30 nextRandom :: IO UUID
31 nextRandom = do function
/dports/math/givaro/givaro-4.1.1/src/kernel/integer/
H A Drandom-integer.h85 this->nextRandom(_Exact_Size_t(), _integer);
108 return this->nextRandom(_Exact_Size_t(), a); in random()
149 inline Integer_Type& nextRandom(std::true_type, Integer_Type & a) const { in nextRandom() function
152 inline Integer_Type& nextRandom(std::false_type, Integer_Type & a) const { in nextRandom() function
/dports/www/squid/squid-4.15/test-suite/
H A Dsplay.cc134 auto nextRandom = std::bind (distribution, generator); in main() local
142 I->i = nextRandom(); in main()
165 I->i = nextRandom(); in main()
180 I.i = nextRandom(); in main()
214 I.i = nextRandom(); in main()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/statistics/distribution/
H A DConstantDistributionTest.java90 assertEquals(dist.nextRandom(), 2, 0.); in testParameterizer()
97 assertEquals("Random not x", val, d.nextRandom(), 0.); in testRandom()
98 assertEquals("Random not x", val, d.nextRandom(), 0.); in testRandom()
99 assertEquals("Random not x", val, d.nextRandom(), 0.); in testRandom()
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
64 name := filepath.Join(dir, prefix+nextRandom()+suffix)
93 try := filepath.Join(dir, prefix+nextRandom())
/dports/lang/gcc9/gcc-9.4.0/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
64 name := filepath.Join(dir, prefix+nextRandom()+suffix)
93 try := filepath.Join(dir, prefix+nextRandom())
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
64 name := filepath.Join(dir, prefix+nextRandom()+suffix)
93 try := filepath.Join(dir, prefix+nextRandom())
/dports/lang/gcc10/gcc-10.3.0/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
59 name := filepath.Join(dir, prefix+nextRandom()+suffix)
103 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
59 name := filepath.Join(dir, prefix+nextRandom()+suffix)
103 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
59 name := filepath.Join(dir, prefix+nextRandom()+suffix)
103 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/io/ioutil/
H A Dtempfile.go27 func nextRandom() string { func
59 name := filepath.Join(dir, prefix+nextRandom()+suffix)
103 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/os/
H A Dtempfile.go18 func nextRandom() string { func
43 name := prefix + nextRandom() + suffix
93 name := prefix + nextRandom() + suffix
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/os/
H A Dtempfile.go18 func nextRandom() string { func
43 name := prefix + nextRandom() + suffix
93 name := prefix + nextRandom() + suffix
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/os/
H A Dtempfile.go15 func nextRandom() string { func
40 name := prefix + nextRandom() + suffix
90 name := prefix + nextRandom() + suffix
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/io/ioutil/
H A Dtempfile.go28 func nextRandom() string { func
63 name := filepath.Join(dir, prefix+nextRandom()+suffix)
116 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/io/ioutil/
H A Dtempfile.go28 func nextRandom() string { func
63 name := filepath.Join(dir, prefix+nextRandom()+suffix)
116 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/os/
H A Dtempfile.go15 func nextRandom() string { func
40 name := prefix + nextRandom() + suffix
90 name := prefix + nextRandom() + suffix
/dports/lang/gcc11/gcc-11.2.0/libgo/go/io/ioutil/
H A Dtempfile.go28 func nextRandom() string { func
63 name := filepath.Join(dir, prefix+nextRandom()+suffix)
116 try := filepath.Join(dir, prefix+nextRandom()+suffix)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/os/
H A Dtempfile.go15 func nextRandom() string { func
40 name := prefix + nextRandom() + suffix
90 name := prefix + nextRandom() + suffix
/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Drandom-bench.st34 nextRandom [
45 n timesRepeat: [ 100d nextRandom ].
46 ((100d nextRandom + 0.5d-9) printString copyFrom: 1 to: 11) displayNl

1234