Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DNamer.kt40 private val planetTable = RandomTable(0.75f to planetDescriptors, 0.25f to anyDescriptors) constant
70 return planetTable.roll(rng).pull(rng) + " " + planetTypes.pull(rng) in describePlanet()