Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594322
Collapse All | Expand All

(-)sudoku-0.3.5/sudoku.h.old (-2 / +4 lines)
Lines 23-28 Link Here
23
23
24
#include <vector>
24
#include <vector>
25
25
26
#ifdef USE_RAND
27
#include <stdlib.h>
28
#include <time.h>
29
#endif // USE_RAND
26
30
27
namespace Sudoku
31
namespace Sudoku
28
{
32
{
Lines 32-39 Link Here
32
36
33
37
34
#ifdef USE_RAND
38
#ifdef USE_RAND
35
#include <stdlib.h>
36
#include <time.h>
37
  /** Random number 0 .. max-1 */
39
  /** Random number 0 .. max-1 */
38
  static unsigned int rand(unsigned int max)
40
  static unsigned int rand(unsigned int max)
39
  {
41
  {

Return to bug 594322