fix some typos in words.tsv

FossilOrigin-Name: 60010c2fcc357438b2c6981e3362572fa78789ac9fcfd25414c218c02e358a4f
This commit is contained in:
crc 2019-01-23 15:23:35 +00:00
parent b08d62ffe6
commit c2d2f1addb
2 changed files with 4 additions and 24 deletions

View file

@ -3509,11 +3509,6 @@ random:mersenne
Return a random number using a mersenne shifter
Class: class:word | Namespace: random | Interface Layer: rre, ri
Example #1:
{n/a}
------------------------------------------------------------------------
random:mersenne:set-seed
@ -3525,11 +3520,6 @@ random:mersenne:set-seed
Seed random:mersenne with the specified value
Class: class:word | Namespace: random | Interface Layer: rre, ri
Example #1:
{n/a}
------------------------------------------------------------------------
random:xoroshiro128**
@ -3541,11 +3531,6 @@ random:xoroshiro128**
Return a random number using xoroshiro128**
Class: class:word | Namespace: random | Interface Layer: rre, ri
Example #1:
{n/a}
------------------------------------------------------------------------
random:xoroshiro128**:set-seed
@ -3557,11 +3542,6 @@ random:xoroshiro128**:set-seed
Seed random:xoroshiro128** with the specified value
Class: class:word | Namespace: random | Interface Layer: rre, ri
Example #1:
{n/a}
------------------------------------------------------------------------
reclass

View file

@ -292,10 +292,10 @@ prefix:| s- - - POSTPONE equivilent. Discard the string. Convert the string to a
primitive - - - Change the class of the most recently defined word to `class:primitive`. class:word {n/a} {n/a} global all
push n- -n - Move a value from the data stack to the return stack. class:macro {n/a} {n/a} global all
r s- - - Lookup a reference by name and inline its pointer to the current assembly segment. class:word {n/a} {n/a} global all
random:mersenne -n - - Return a random number using a mersenne shifter class:word {n/a} {n/a} random rre, ri
random:mersenne:set-seed n- - - Seed random:mersenne with the specified value class:word {n/a} {n/a} random rre, ri
random:xoroshiro128** -n - - Return a random number using xoroshiro128** class:word {n/a} {n/a} random rre, ri
random:xoroshiro128**:set-seed n- - - Seed random:xoroshiro128** with the specified value class:word {n/a} {n/a} random rre, ri
random:mersenne -n - - Return a random number using a mersenne shifter class:word {n/a} {n/a} random rre, ri
random:mersenne:set-seed n- - - Seed random:mersenne with the specified value class:word {n/a} {n/a} random rre, ri
random:xoroshiro128** -n - - Return a random number using xoroshiro128** class:word {n/a} {n/a} random rre, ri
random:xoroshiro128**:set-seed n- - - Seed random:xoroshiro128** with the specified value class:word {n/a} {n/a} random rre, ri
reclass a- - - Change the class handler of the most recently defined word to the specified one. class:word {n/a} {n/a} global all
reorder ...ss-? - - Restructure the order of items on the stack. class:word {n/a} {n/a} global all
repeat - - - Begin an unconditional loop. class:macro {n/a} {n/a} global all

Can't render this file because it contains an unexpected character in line 58 and column 55.