Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/tools/cross-scripts/cross-sparc-sparc.lisp
    ... ... @@ -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
    

  • src/tools/cross-scripts/cross-x86-x86.lisp
    ... ... @@ -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
          )