Armadillo  0.1.1
TheexpandableOS
Functions
k_rand.h File Reference

Random number generator. More...

Go to the source code of this file.

Functions

int rand (int maximum)
 
int krand (int max)
 
void rand_init ()
 

Detailed Description

Random number generator.

Function Documentation

◆ rand()

int rand ( int  maximum)

Returns a random number between 0 and the specified number.

Parameters
maximumThe upper limit.
Returns
A random number between 0 and maximum.