It's worth noting that for the same seed, each of the 8 generators will produce a different output. This is not something I expected so maybe someone with a bigger PRNG brain should look into it. The help page for RANDOMIZE refers to the generator ID as "random number series type" which totally flew under my radar until now.
EDIT: Image is from BIG but this variance also occurs on 3DS.
Examples:
Print a random number from 1 to 6:PRINT RND(6)+1This should be 0.20871972:
RANDOMIZE 0,398 PRINT RNDF()