|
Bugzilla – Full Text Bug Listing |
| Summary: | UniformDiscPositionAllocator | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Nicola Baldo <nicola> |
| Component: | mobility models | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | Keywords: | patch |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | UniformDiscPositionAllocator | ||
changeset: 5513:2ef4be6c501a |
Created attachment 583 [details] UniformDiscPositionAllocator with RandomDiscPositionAllocator it is not straightforward to achieve a uniform distribution of nodes within the disc, basically because using a uniformly distributed rho doesn't do the job. The proposed patch introduces the UniformDiscPositionAllocator which distributes uniformly the nodes within a disc of given radius.