HomeSort by relevance Sort by last modified time
    Searched defs:PRNG (Results 1 - 2 of 2) sorted by null

  /system/update_engine/update_manager/
prng.h 28 class PRNG {
31 explicit PRNG(uint32_t seed) : gen_(seed) {}
46 DISALLOW_COPY_AND_ASSIGN(PRNG);
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 29 // This PRNG is from the ISO C spec. It is intentionally simple and
32 struct PRNG {
53 prng.srand(seed);
57 return metaNames[prng.rand() % array_lengthof(metaNames)];
60 PRNG prng; member in struct:__anon19538::Renamer
74 // Seed our PRNG with simple additive sum of ModuleID. We're looking to

Completed in 227 milliseconds