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