Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ LIBS

Name: Anonymous 2007-10-10 14:24

Can someone do me a favour and upload ctime.h and cstdlib.h please?

The compiler im forced to use in uni has neither :o and to make matters worse my googlefu is broken, i cant find them anywhere and whenever i seem to find something its BLOCKED on campus.

help me out /prog/

Failing this and to make it seem less like /r/ shit.

how do i make a random number under c++ without either of these libraries?

Name: Anonymous 2007-10-10 21:21

>>16
def twist( seed ):
    seed ^= ( seed >> 11 )
    seed ^= ( seed << 7 ) & 0x9d2c5680
    seed ^= ( seed << 15 ) & 0xefc60000
    seed ^= ( seed >> 18 )
    return seed

There, I fixed it for you.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List