rng

star 9

Practical reference for rng, a Luau random utility library for numbers, vectors, probabilistic booleans, weighted selection, array helpers, deterministic iteration helpers, and secure or seeded generators. Use when Codex needs to answer questions about rng's public API, helper behavior, seeded versus secure generators, pure Luau or Roblox usage, edge cases, or documentation mismatches.

randexlabs By randexlabs schedule Updated 6/5/2026

name: rng description: Practical reference for rng, a Luau random utility library for numbers, vectors, probabilistic booleans, weighted selection, array helpers, deterministic iteration helpers, and secure or seeded generators. Use when Codex needs to answer questions about rng's public API, helper behavior, seeded versus secure generators, pure Luau or Roblox usage, edge cases, or documentation mismatches.

rng

Use this skill for practical questions about the rng library. Favor the runtime implementation and public typings when the README is incomplete or imprecise.

Quick Routing

API References

Working Rules

  • Treat the module exports and index.d.ts as the public surface, then reconcile README gaps against the runtime.
  • Call out the difference between new() and new_secure() whenever predictability or security matters.
  • Be explicit about helper assumptions for empty inputs, invalid weights, optional z behavior, and stepped ranges.
  • Preserve documented examples when they help explain intent, but do not repeat README inaccuracies as facts.
Install via CLI
npx skills add https://github.com/randexlabs/roblox-boilerplate --skill rng
Repository Details
star Stars 9
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator