mlx_random_seed function

  1. @Native<Int Function(Uint64)>(ffi.Uint64)>()
int mlx_random_seed(
  1. int seed
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Uint64)>()
external int mlx_random_seed(int seed);