llama_set_rng_seed method
Sets the current rng seed.
Implementation
void llama_set_rng_seed(
ffi.Pointer<llama_context> ctx,
int seed,
) {
return _llama_set_rng_seed(
ctx,
seed,
);
}
Sets the current rng seed.
void llama_set_rng_seed(
ffi.Pointer<llama_context> ctx,
int seed,
) {
return _llama_set_rng_seed(
ctx,
seed,
);
}