Topic
Tagged “number”
2 pieces
All topics
- ResourceToolRoman Numeral ConverterTwo-way Roman ↔ decimal converter. Validates canonical form (no double subtractive, no rank repetition over 3). Stamping a copyright year is easy; reading MMXXVI in someone else's headline is less so.
- ResourceToolRandom NumberCryptographically unbiased random integers via crypto.getRandomValues with rejection sampling. Bulk + unique modes. Math.random with a modulo is fine for dice; for anything else, you want true uniform sampling.