awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
thellimist avatar

thellimist/SwiftRandom

0
View on GitHub↗
556 星标·56 分支·Swift·MIT·4 次浏览

SwiftRandom

A tiny generator of random data for swift

Features

  • Development Utilities - Generator for random data in Swift.
  • General Utilities - Random data generator.
  • Testing and Quality - Utility for generating random test data.

Star 历史

thellimist/swiftrandom 的 Star 历史图表thellimist/swiftrandom 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

thellimist/swiftrandom 是做什么的?

A tiny generator of random data for swift

thellimist/swiftrandom 的主要功能有哪些?

thellimist/swiftrandom 的主要功能包括:Development Utilities, General Utilities, Testing and Quality。

thellimist/swiftrandom 有哪些开源替代品?

thellimist/swiftrandom 的开源替代品包括: astral-sh/uv — uv is a high-performance Python package manager and project build tool designed to handle dependency resolution,… filipw/dotnet-script — Run C# scripts from the .NET CLI. anrieff/libcpuid — a small C library for x86 CPU detection and feature extraction. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… facebookresearch/hydra — Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex… imdario/mergo.

SwiftRandom 的开源替代方案

相似的开源项目,按与 SwiftRandom 的功能重合度排序。
  • antirez/sdsantirez 的头像

    antirez/sds

    5,486在 GitHub 上查看↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    在 GitHub 上查看↗5,486
  • astral-sh/uvastral-sh 的头像

    astral-sh/uv

    86,451在 GitHub 上查看↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    在 GitHub 上查看↗86,451
  • anrieff/libcpuidanrieff 的头像

    anrieff/libcpuid

    532在 GitHub 上查看↗

    a small C library for x86 CPU detection and feature extraction

    C
    在 GitHub 上查看↗532
facebookresearch/hydrafacebookresearch 的头像

facebookresearch/hydra

10,449在 GitHub 上查看↗

Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

Python
在 GitHub 上查看↗10,449
查看 SwiftRandom 的所有 30 个替代方案→