mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 13:31:58 -08:00
cosmetic: add copyright and fix whitespaces
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
f1d256f2ea
commit
079976263c
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
Copyright (c) 2015, Daniel Kochmański.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
* Mersenne-Twister random number generator
|
||||
*/
|
||||
|
||||
/* Period parameters */
|
||||
/* Period parameters */
|
||||
#define MT_N 624
|
||||
#define MT_M 397
|
||||
#define MATRIX_A 0x9908b0dfUL /* constant vector a */
|
||||
|
|
@ -59,7 +60,7 @@ init_random_state()
|
|||
read(file_handler, mt, sizeof(ulong));
|
||||
close(fh);
|
||||
} else
|
||||
#endif
|
||||
#endif
|
||||
{
|
||||
/* cant get urandom, use crappy source */
|
||||
/* and/or fill rest of area */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue