void main()

    {

    randomize();

    int x;

    x = random(16) 

    /*Always put a # over than the top number to generate! ex: gen. 1-15 but you put random(16)*/

    cout<

    getch()

}