bob_llama_cpp.tools_minimal_example
Functions
|
Get a random number |
Module Contents
- bob_llama_cpp.tools_minimal_example.random_number(maximum: int = 10)
Get a random number
- Args:
maximum: The maximum value of the generated random number. Default is 10.