#pragma once namespace dvl { int rand(void); void srand(unsigned int seed); }