~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/rand.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/function/func.h>
24
24
#include <drizzled/function/math/real.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
class Item_func_rand :public Item_real_func
27
30
{
28
31
  uint64_t seed1;
43
46
  void seed_random (Item * val);
44
47
};
45
48
 
 
49
} /* namespace drizzled */
 
50
 
46
51
#endif /* DRIZZLED_FUNCTION_MATH_RAND_H */