WMath.h File Reference
#include <cstdint>
Include dependency graph for WMath.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| long | random (long) |
| long | random (long, long) |
| long | map (long, long, long, long, long) |
| void | randomSeed (uint16_t) |
| uint16_t | makeWord (uint8_t, uint8_t) |
| uint16_t | makeWord (uint16_t) |
Function Documentation
◆ makeWord() [1/2]
◆ makeWord() [2/2]
◆ map()
| long map | ( | long | , |
| long | , | ||
| long | , | ||
| long | , | ||
| long | |||
| ) |
◆ random() [1/2]
| long random | ( | long | ) |
◆ random() [2/2]
| long random | ( | long | , |
| long | |||
| ) |
◆ randomSeed()
| void randomSeed | ( | uint16_t | ) |
1.8.17