nuclear@0: #ifndef EREBUS_IMPL_H_ nuclear@0: #define EREBUS_IMPL_H_ nuclear@0: nuclear@0: float randf(float low = 0.0f, float high = 1.0f); nuclear@0: nuclear@0: #endif // EREBUS_IMPL_H_