setupPRNG static method

void setupPRNG(
  1. Rng prng
)

Implementation

static void setupPRNG(Rng prng) {
  _prng = prng;
}