// Test srandom / random

proc main()
{
    oadl::srandom(0);
    "Here is a non-random random number: ", oadl::random(), "\n";
}