aboutsummaryrefslogtreecommitdiff
path: root/include/IRandomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IRandomizer.h')
-rw-r--r--include/IRandomizer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/IRandomizer.h b/include/IRandomizer.h
index a0c0730..e821190 100644
--- a/include/IRandomizer.h
+++ b/include/IRandomizer.h
@@ -21,9 +21,6 @@ public:
//! generates a pseudo random number in the range 0..randMax()
virtual s32 rand() const =0;
- //! generates a pseudo random number in the range 0..1
- virtual f32 frand() const =0;
-
//! get maxmimum number generated by rand()
virtual s32 randMax() const =0;
};