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