Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
0a2e45d4
by Raymond Toy at 2018-07-21T18:03:44-07:00
2 changed files:
Changes:
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 |
:relative-package-names ; Relative package names from Allegro
|
| 19 | 19 |
:conservative-float-type
|
| 20 | 20 |
:hash-new
|
| 21 |
- :random-mt19937 ; MT-19937 generator
|
|
| 21 |
+ :random-xoroshiro ; RNG generator
|
|
| 22 | 22 |
:cmu ; Announce this is CMUCL
|
| 23 | 23 |
:cmu20 :cmu20a ; Current version identifier
|
| 24 | 24 |
:modular-arith ; Modular arithmetic
|
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 |
:gencgc ; Generational GC
|
| 21 | 21 |
:conservative-float-type
|
| 22 | 22 |
:hash-new
|
| 23 |
- :random-mt19937
|
|
| 23 |
+ :random-xoroshiro ; RNG
|
|
| 24 | 24 |
:cmu :cmu20 :cmu20a ; Version features
|
| 25 | 25 |
:double-double ; double-double float support
|
| 26 | 26 |
)
|