DOCS v0.1.13 github

@hatch:random v0.1.1

Random numbers, sampling, shuffle — one-shot statics + seedable streams.

stable system updated May 1, 2026 source ↗
README
$ hatch add @hatch:random

MOD random

CL Rand

FN Rand.static float

FN Rand.static float(max)

FN Rand.static float(min, max)

FN Rand.static int(max)

FN Rand.static int(min, max)

FN Rand.static bool

FN Rand.static sample(list)

FN Rand.static sample(list, count)

FN Rand.static shuffle(list)

FN Rand.static seed=(n)

FN Rand.static stream()

FN Rand.static stream(seed)