Commit 66409e3
Fix randbn(n,p) (#195)
* Fix randbn
* Add tests randbn
* Add comment
Co-authored-by: Emanuele Natale <[email protected]>
* Use statistics
Co-authored-by: Emanuele Natale <[email protected]>
* Add std from Statistics for test
* Add special case test
Co-authored-by: Simon Schölly <[email protected]>
Co-authored-by: Emanuele Natale <[email protected]>
Co-authored-by: Simon Schölly <[email protected]>1 parent ea6bcfe commit 66409e3
File tree
3 files changed
+22
-2
lines changed- src/SimpleGraphs/generators
- test
- simplegraphs/generators
3 files changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
367 | 387 | | |
0 commit comments