Home
last modified time | relevance | path

Searched refs:generator (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc57 std::default_random_engine generator; in ChooseRelocationOffsetDelta() local
58 generator.seed(NanoTime() * getpid()); in ChooseRelocationOffsetDelta()
60 int32_t r = distribution(generator); in ChooseRelocationOffsetDelta()