online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
seed = 0 def get_random(rand_min, rand_max): global seed seed ^= (seed <<13) &((1<<64)-1) seed ^= (seed >>7) &((1<<64)-1) seed ^= (seed <<17) &((1<<64)-1) return rand_min + (seed % (rand_max-rand_min+1)) def ready(seeds): global seed seed = seeds &((1<<64)-1)

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue