llama_sampler_init_dist function
- @Native<Pointer<
llama_sampler> Function(Uint32)>(ffi.Uint32)>()
- int seed
seed == LLAMA_DEFAULT_SEED to use a random seed.
Implementation
@ffi.Native<ffi.Pointer<llama_sampler> Function(ffi.Uint32)>()
external ffi.Pointer<llama_sampler> llama_sampler_init_dist(int seed);