SetRandomSeed function

void SetRandomSeed(
  1. int seed
)

Implementation

void SetRandomSeed(int seed) => _module.SetRandomSeed(seed);