MCPcopy Create free account
hub / github.com/Card-Forge/forge / getRandom

Method getRandom

forge-gui-mobile/src/forge/adventure/world/World.java:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 private Texture globalTexture = null;
52
53 public Random getRandom() {
54 return random;
55 }
56
57 static public int highestBiome(long biome) {
58 return (int) (Math.log(Long.highestOneBit(biome)) / Math.log(2));

Callers 8

rollMethod · 0.45
restockShopMethod · 0.45
generateMethod · 0.45
loadObjectsMethod · 0.45
generateDeckMethod · 0.45
getCardByNameMethod · 0.45
generateNewShopSeedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected