mirror of https://github.com/CGAL/cgal
#include <stdlib.h> moved from Random.C to Random.h
This commit is contained in:
parent
1c861ef193
commit
04826fdf5d
|
|
@ -164,7 +164,6 @@ In the default constructor the seed is initialized using the system
|
||||||
time.
|
time.
|
||||||
|
|
||||||
@macro <Random constructors> = @begin
|
@macro <Random constructors> = @begin
|
||||||
#include <stdlib.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
CGAL_Random::
|
CGAL_Random::
|
||||||
|
|
@ -351,6 +350,7 @@ numbers.
|
||||||
#ifndef CGAL_BASIC_H
|
#ifndef CGAL_BASIC_H
|
||||||
# include <CGAL/basic.h>
|
# include <CGAL/basic.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
@<Random interface>
|
@<Random interface>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue