Skip to content

File wiring_math.cpp

FileList > arduino > src > wiring > wiring_math.cpp

Go to the source code of this file.

  • #include <Arduino.h>

Public Functions

Type Name
long random (long howbig)
long random (long howsmall, long howbig)
void randomSeed (uint32_t dwSeed)

Public Functions Documentation

function random

long random (
    long howbig
) 

function random

long random (
    long howsmall,
    long howbig
) 

function randomSeed

void randomSeed (
    uint32_t dwSeed
) 

The documentation for this class was generated from the following file cores/common/arduino/src/wiring/wiring_math.cpp