HomeSort by: relevance | last modified time | path
    Searched defs:random (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libXdmcp/dist/
Key.c 50 #define random lrand48 macro
55 #define random rand macro
59 /* Solaris 11.3.0 - 11.4.15 only define getentropy() in <sys/random.h> */
61 # include <sys/random.h>
70 lowbits = random ();
71 highbits = random ();
  /xsrc/external/mit/xgc/dist/
tests.c 25 #define random lrand48 macro
221 segments[0].x1 = random()%400; segments[0].y1 = random()%400;
222 segments[0].x2 = random()%400; segments[0].y2 = random()%400;
257 points[0].x = random()%400; points[0].y = random()%400;
258 points[1].x = random()%400; points[1].y = random()%400;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h 52 # define random rand macro
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-internal-inl.h 99 // A valid random seed must be in [1, kMaxRandomSeed].
128 // Returns a random seed in range [1, kMaxRandomSeed] based on the
143 // Returns the first valid random seed after 'seed'. The behavior is
148 << "Invalid random seed " << seed << " - must be in [1, "
310 void ShuffleRange(internal::Random* random, int begin, int end,
326 static_cast<int>(random->Generate(static_cast<UInt32>(range_width)));
334 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
335 ShuffleRange(random, 0, static_cast<int>(v->size()), v)
817 internal::Random* random() { return &random_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-internal-inl.h 105 // A valid random seed must be in [1, kMaxRandomSeed].
134 // Returns a random seed in range [1, kMaxRandomSeed] based on the
149 // Returns the first valid random seed after 'seed'. The behavior is
154 << "Invalid random seed " << seed << " - must be in [1, "
312 void ShuffleRange(internal::Random* random, int begin, int end,
326 const int selected = begin + random->Generate(range_width);
333 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
334 ShuffleRange(random, 0, static_cast<int>(v->size()), v)
792 internal::Random* random() { return &random_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
cfftypes.h 329 FT_UInt32 random; member in struct:CFF_SubFontRec_

Completed in 34 milliseconds