From 32169c0bfc8e1c665dac076de99cf3a3fdfaf3bc Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 12 Aug 2007 16:23:28 +0000 Subject: [PATCH] Ooops, still really does need a TODO. [SVN r38611] --- doc/dist_tutorial.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dist_tutorial.qbk b/doc/dist_tutorial.qbk index 884f3524e..7564de246 100644 --- a/doc/dist_tutorial.qbk +++ b/doc/dist_tutorial.qbk @@ -189,6 +189,8 @@ Users wanting to enforce a strict mathematical model may use `floor` or `ceil` functions on the random variate prior to calling the distribution function. +TODO: this still needs rewriting, we don't return a real value any more but an integer result! + Likewise the `quantile` function will return a real value: users should use either the `floor` or `ceil` functions to convert the result to the nearest integer. However, whether it makes more sense to take the floor or the