RandomSource static method

RADRetrieve RandomSource()

Implementation

static RADRetrieve RandomSource() {
  return RADRetrieve(
    kind: RADType.Rng,
    script: [128],
    url: "",
  );
}