#include "prng.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
Go to the source code of this file.
|
uint32_t | BPU_prngGetRand (int from, int to) |
| Get random unsigned int 32 value from given range (from <= return <= to) More...
|
|
uint32_t BPU_prngGetRand |
( |
int |
from, |
|
|
int |
to |
|
) |
| |
Get random unsigned int 32 value from given range (from <= return <= to)
Get random unsigned int 32 value from given range (from <= return <= to)
- Parameters
-
- Returns
- random value
Definition at line 28 of file prng.c.