HomeFreeBSD

ficl: Replace rand(3) with random(3).

Description

ficl: Replace rand(3) with random(3).

While the later is a better random generator than the former, the main
reason of the change is that random() has a better chance to work with
libstand(3).

At this time we don't include random number generators in bootforth
so this has no effect.

Details

Provenance
pfgAuthored on
Parents
rS295408: Implement -P for boot loader. It's a bit easier to implement here than
Branches
Unknown
Tags
Unknown