@hatch:random v0.1.1
Random numbers, sampling, shuffle — one-shot statics + seedable streams.
$
hatch add @hatch:random
Random numbers, sampling, shuffle — one-shot statics + seedable streams.
Rand.static float
Rand.static float(max)
Rand.static float(min, max)
Rand.static int(max)
Rand.static int(min, max)
Rand.static bool
Rand.static sample(list)
Rand.static sample(list, count)
Rand.static shuffle(list)
Rand.static seed=(n)
Rand.static stream()
Rand.static stream(seed)