INTERFACEAn implementation of the built-inRandomImpl ;
Random
module, which provides a random
number generator.
IMPORT JunoScope; PROCEDURE New(): JunoScope.Mod;
Return the module entity defining theRandom
module's external procedures. Requires thatrt
be the root of the Juno application.
END RandomImpl.