#include <stdio.h>
#include <stdlib.h>
Functions | |
| char * | block_random (char *buf, int size) |
| Get random numbers/bytes. More... | |
|
||||||||||||
|
Get random numbers/bytes. This function read random numbers/bytes from /dev/urandom and stort this bytes in a buffer.
|
1.2.15