Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Jul 21, 2013
1 parent bfe2050 commit ed8ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ mySavedAverage = myAverage;

- `double` `Gaussian::plot(double x)` - Returns the probability of 'x'.

- `double` `Gaussian::random()` - Returns a normaly distributed value with the mean and variance of the Gaussian.
- `double` `Gaussian::random()` - Returns a random normaly distributed value.

- `void` `Gaussian::operator=(Gaussian _gaus)` - Copies the mean and variance to current object.

Expand Down

0 comments on commit ed8ae9c

Please sign in to comment.