| 37 | } |
| 38 | |
| 39 | double Random::getAngleRandom() { |
| 40 | return getRandomLinear(0.0, boost::math::constants::two_pi<double>()); |
| 41 | } |
| 42 | |
| 43 | f2c::types::Cell Random::generateRandCell(double area, int n_sides, |
| 44 | double min_width, double max_width) { |
no outgoing calls