Per docs:
RND() U8 Target specific pseudo-random byte.
Sadly, does not compile with 1.2:
unknown function or routine 'rnd'
(rand() works, though.)

Write BASIC... run it FAST on your retro systems! · By
sorry about that, it's a doc bug, the correct proc in crustyBASIC programs is RAND(). RND is a dialect thing, I'll update the docs, thanks for the report!
LFSR_NEXT etc are not fully implemented in 1.2.0, they are in 1.3.0 which is coming out later this week. A metric ton of fixes, updates and 2 new targets. :)