![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.4, 2021/05/02 12:50:44 | version 1.5, 2021/12/05 09:22:45 | ||
---|---|---|---|
|
|
||
*/ | */ | ||
/* | /* | ||
* random.h: Randomizer; returns a random sequence of values from [0..fx) | * Randomizer; returns a random sequence of values from [0..fx) returning each | ||
* returning each value exactly once. After fx calls it returns fx. | * value exactly once. After fx calls it returns fx. | ||
*/ | */ | ||
#ifndef _H_RANDOM | #ifndef _H_RANDOM |