[ Maverik Level 1 functions ]


mav_random

mav_random, mav_randomSeed

Summary

Random number functions.


Syntax

float mav_random(void);

void mav_randomSeed(long seed);


Description


Back to the index page.