#root

rng root/rng/rng.vi

Pseudo-random number generation utilities.

Note that Vine programs are deterministic, so all RNGs require a seed.

Pcg32 root/rng/Pcg32.vi

struct Pcg32(...);

A PCG random number generator (XSH RR 64/32 (LCG) variant).

  1. Pcg32