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.
|
||||
|
||||
@macro <Random constructors> = @begin
|
||||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
CGAL_Random::
|
||||
|
|
@ -351,6 +350,7 @@ numbers.
|
|||
#ifndef CGAL_BASIC_H
|
||||
# include <CGAL/basic.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
@<Random interface>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue