> ## Documentation Index
> Fetch the complete documentation index at: https://math44-yma-draft-sep-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Number Generator

The Math44 Number Generator lets you generate random numbers for your projects.

It can be used for math activities, games, quizzes, testing, or anywhere else you need a random number.

## Example Uses

* Random math problems
* Games
* Quizzes
* Classroom activities
* Testing
* Randomized exercises

See the API reference for the available options and parameters.

## How to Use:

Send a `GET`Request to the URL Below.

```json theme={null}
https://adrofi.avicenna.run/api/random
```

### Reference

<ResponseField name="success" type="true / false" default="true">
  Status if API worked.
</ResponseField>

<ResponseField name="status" type="numbers" default="200">
  The status of the API.
</ResponseField>

<ResponseField name="timestamp" type="time">
  The time that the request was sent.
</ResponseField>

<ResponseField name="number" type="number" default="N/A">
  The main output/ random number.
</ResponseField>
