Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:RNG

From DDO wiki
Jump to navigation Jump to search

USAGE[edit]

Random Number Generator

{{ RNG | min = 1 | max = 100 | seed = 120 }}

  • |max= highest number desired
    • (- Default: 100 -)
  • |min= lowest number desired
    • (- Default: 1 -)
  • |seed= ability to get multiple different results on the same page load
    • (- Default: Day of the Year -) pulled from {{#time:z}}

EXAMPLES[edit]

  • {{RNG}} → 77
  • {{ RNG | min = 50 }} → 67
  • {{ RNG | max = 250 }} → 77
  • {{ RNG | min = 500 | max = 2,500 }} → 1567
  • {{ RNG | seed = 1999 }} → 13
  • {{ RNG | seed = {{Prime number}} }} → 46
  • {{ RNG | seed = 2222 }} → 26

CATEGORIZATION[edit]

  • None

CODING[edit]

77