Skip to Content
๐ŸŽฒ Welcome to RandBox - Powerful JavaScript Random Data Generation Library! Learn More
๐Ÿ“ฆ Some ExamplesMiscellaneous Toolsmiscellaneous - Miscellaneous Tools

miscellaneous - Miscellaneous Tools

Various practical random data generation tools:

  1. coin.mdx - Coin toss functionality
  2. dice.mdx - Dice functionality (d4, d6, d8, d10, d12, d20, d30, d100)
  3. fileWithContent.mdx - Generate a file with random content
  4. guid.mdx - Generate a random GUID (versions 4 and 5)
  5. hash.mdx - Generate a random hexadecimal hash
  6. hidden.mdx - Internal utility methods (credit card types, Mersenne Twister, months, etc.)
  7. n.mdx - Generate an array of a specified number of random items
  8. normal.mdx - Normal distribution random number generation
  9. radio.mdx - Generate a random radio call sign
  10. rpg.mdx - RPG dice system (e.g., 3d10)
  11. tv.mdx - Generate a TV station call sign (alias for radio)
  12. unique.mdx - Generate an array of unique items
  13. weighted.mdx - Weighted random selection
Last updated on: