Add tests for miscellaneous validation performed during hint elaboration
[hiphop-php.git] / hphp / neo / neo_rand.h
blob265888a25efcc538261728406c459f1a8aade4e1
1 /*
2 * Copyright 2001-2004 Brandon Long
3 * All Rights Reserved.
5 * ClearSilver Templating System
7 * This code is made available under the terms of the ClearSilver License.
8 * http://www.clearsilver.net/license.hdf
12 #ifndef incl_HPHP_NEO_RAND_H_
13 #define incl_HPHP_NEO_RAND_H_ 1
15 __BEGIN_DECLS
17 void neo_seed_rand (long int seed);
18 int neo_rand (int max);
20 __END_DECLS
22 #endif /* incl_HPHP_NEO_RAND_H_ */