Jorge Stolfi's Modula-3 miscellaneous libraries
These libraries provide miscellaneous Modula-3 hacks, some of which are used in my other libraries.
libm3js
:
Miscellaneous Modula-3 hacks.
Routines for measuring CPU usage:
|
CPUTime.i3
|
CPUTime.m3
|
Number-to-text conversion routines, useful when instantiating generic modules:
|
RealExtraExtras.i3
|
RealExtraExtras.m3
|
|
IntegerExtraExtras.i3
|
IntegerExtraExtras.m3
|
|
LongRealExtraExtras.i3
|
LongRealExtraExtras.m3
|
Random numbers with normal (Gaussian) distribution:
|
GaussRandom.i3
|
GaussRandom.m3
|