flutterxel_core_rseed method

bool flutterxel_core_rseed(
  1. int seed
)

Implementation

bool flutterxel_core_rseed(int seed) {
  return _flutterxel_core_rseed(seed);
}