mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 08:29:45 +00:00
ash: improve comments
This commit is contained in:
parent
448d30ee17
commit
26bc57d8b2
@ -204,8 +204,9 @@ struct globals_misc {
|
||||
|
||||
/* Rarely referenced stuff */
|
||||
#if ENABLE_ASH_RANDOM_SUPPORT
|
||||
int32_t random_galois_LFSR; /* Galois LFSR (fast but weak) */
|
||||
uint32_t random_LCG; /* LCG1 (fast but weak) */
|
||||
/* Random number generators */
|
||||
int32_t random_galois_LFSR; /* Galois LFSR (fast but weak). signed! */
|
||||
uint32_t random_LCG; /* LCG (fast but weak) */
|
||||
#endif
|
||||
pid_t backgndpid; /* pid of last background process */
|
||||
smallint job_warning; /* user was warned about stopped jobs (can be 2, 1 or 0). */
|
||||
|
Loading…
Reference in New Issue
Block a user