#pragma once namespace BSRandom { uint32_t UnsignedInt(uint32_t aMin, uint32_t aMax); }