﻿// JScript File
function get_random()
{
    var ranNum= Math.floor(Math.random()*2);
    return ranNum;
}



