limb 0.2.0

2024-01-09

random.h(0)
limb manual
random.h(0)

NAME

random.h - getting pseudo-random data

SYNOPSIS

#include <limb/random.h>

DESCRIPTION

The header defines the helper functions to gather pseudo-random data.

skalibs

This header is a complement to skalibs' own header, intended to be used as a "replacement". However, instead of re-inventing the wheel, it depends/includes skalibs' header, and some of the functions below are actually implemented in skalibs, or macros to such functions.

Functions

The following functions/macros are defined :

random_buf(3)

Fill memory with pseudo-random data.

random_name(3)

Fill memory with a pseudo-random file name.

limb 0.1.0
2023-07-24
random.h(0)