prand note
This commit is contained in:
parent
03064b235c
commit
18491a1336
1 changed files with 3 additions and 0 deletions
3
prand.h
3
prand.h
|
|
@ -4,6 +4,9 @@
|
||||||
/*
|
/*
|
||||||
* This is a PRNG for non-cryptographic use. May be used on micros given that
|
* This is a PRNG for non-cryptographic use. May be used on micros given that
|
||||||
* the seed is periodically saved to EEPROM or flash.
|
* the seed is periodically saved to EEPROM or flash.
|
||||||
|
*
|
||||||
|
* See:
|
||||||
|
* https://en.wikipedia.org/wiki/Linear_congruential_generator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue