wrap -> mod again
parent
7764242f66
commit
d72114fcce
|
@ -39,7 +39,7 @@ M: f random-32* ( obj -- * ) no-random-number-generator ;
|
||||||
length [
|
length [
|
||||||
log2 8 + 8 /i
|
log2 8 + 8 /i
|
||||||
random-bytes byte-array>bignum
|
random-bytes byte-array>bignum
|
||||||
] keep wrap
|
] keep mod
|
||||||
] keep nth
|
] keep nth
|
||||||
] if-empty ;
|
] if-empty ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue