nvzqz/RandomKit
Random data generation in Swift observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3980
- days_rel: n/a
- days_push: 1546
- n_releases_24m: 0
Adoption not part of the score
1457 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RandomKit is a Swift framework that simplifies random data generation across Swift and Foundation types using protocol-oriented design. It supports random values, ranges, shuffling, and pluggable random generators on Apple platforms and Linux.
Use cases
- generate random numbers in Swift
- shuffle arrays randomly
- generate random strings or characters
- create random test data
- pick random dates or colors
- seedable random generators in Swift
When to choose
- you need broad random generation across many Swift and Foundation types
- you want a protocol-based, extensible random API
- you need cross-platform (Apple + Linux) random generation
When to avoid
- you only need Swift's built-in random APIs (Swift 4.2+)
- you need cryptographically secure randomness as the primary goal
- you need an actively developed library with recent updates
Facets
library · maturity maintenance
data-generation testing math developer-tools testing random-generation swift-package-manager cocoapods carthage shuffling protocol-oriented algorithms ios macos linux swift
1 source
- readme: https://github.com/nvzqz/RandomKit · fetched 2026-08-28 · 8be6a618e7e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nvzqz/RandomKit | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem