SetRandomSeed function

void SetRandomSeed(
  1. num seed
)

Implementation

void SetRandomSeed(
  num seed,
) => _module.SetRandomSeed(seed);