A simple, no-frills, seedable random number generator from sha256 hashes
Seedable Math.random compatible pseudorandom number generator
Fully-fledged collection of both 32 and 64 bit seedable random number generators whose output precisely matches their original c/c++ implementations.
Seedable random number generator supporting many common distributions.
Tiny, streaming, seedable CRC32 library, compatible with the crypto.Hash API
A replacement for Math.random() that is tiny, fast, seedable, and has good statistical properties.
Shared IP ban list backed by Hyperbee2, seedable over Hyperswarm
Generates unique, pronounceable names, random and seedable
Collection of seedable Pseudorandom Number Generators
Fast simple seedable pseudo-random number generator
Seedable PRNG for JS/TS
Common random functions that are seedable with TypeScript support
Seedable random number generator supporting many common distributions.
A deterministic reversible array shuffling library using seedable xoshiro128++ randomness.
A configurable, flexible, seedable, and overall great random shuffler.
Configurable, flexible, seedable, and overall great weighted randoms.
A configurable, flexible, seedable, and overall great random number generator.
A configurable, flexible, seedable, and overall great random picker.
Seedable random number generator functions.
A configurable, flexible, seedable, and overall great random string generator.
A configurable, flexible, seedable, and overall great random boolean generator.
Seedable RNG, Context, Generator, and composition primitives for lexiconlang
A five-role, seedable color palette generator for light and dark UI themes.
seedable bytes
The library for calculating seedable hashes and fast reduction of their ranges.
Automatic property based testing with shrinking.
The program for benchmarking Minimal Perfect Hash Functions
The library of data structures based on perfect hashing.
The library of data structures based on perfect hashing.
A seedable Owen-scrambled Sobol sequence.
Pure-Rust 32-bit x86 emulator + PE loader + Video for Windows host that lets oxideav delegate decoding to legitimately-licensed Windows codec DLLs on any platform — for rare/legacy codec compatibility, not day-to-day playback. See docs/winmf/winmf-emulator.md for the design contract.
High-quality integration for https://supermaker.ai/image/ai-pose-generator/
Backend-agnostic compute-acceleration core. Defines the AccelBackend trait, AccelRef<T> typed pointers, AccelError enum, and CompletionStrategy — the abstraction layer that lets atomr-accel-cuda (NVIDIA), and future ROCm / Metal / oneAPI / Vulkan backends plug into the same actor surface.
CUB-backed device-wide reductions, scans, sorts, histograms, and selects, surfaced as an atomr actor compiled per-(op, dtype) via NVRTC against the atomr-accel-cuda Phase 0.6 disk cache.
GPU acceleration via the actor model. Wraps NVIDIA CUDA libraries (cuBLAS, cuDNN, cuFFT, cuRAND, cuSOLVER, cuSPARSE, cuTENSOR, cuBLASLt, NVRTC, NCCL) as supervised atomr actors with generation-validated buffers and a uniform async surface.
CUTLASS kernel-template instantiation via NVRTC for atomr-accel. Provides GEMM, grouped GEMM, implicit-GEMM convolution, and EVT (epilogue visitor tree) actors that JIT CUTLASS C++ templates against the per-arch toolchain pinned by atomr-accel-cuda's NvrtcActor.