Skip to content

Commit 17ddcd2

Browse files
committed
Fixed JavaDoc.
1 parent 8271457 commit 17ddcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/finmath/randomnumbers/AcceptanceRejectionRandomNumberGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AcceptanceRejectionRandomNumberGenerator implements RandomNumberGen
3333
* @param targetDensity The density f of the target distribution F.
3434
* @param referenceDensity The density g.
3535
* @param referenceDistributionICDF The ICDF, i.e. the inverse of G where G' = g.
36-
* @param acceptanceLevel The constant C such that f <= C g.
36+
* @param acceptanceLevel The constant C such that f &le; C g.
3737
*/
3838
public AcceptanceRejectionRandomNumberGenerator(final RandomNumberGenerator uniformRandomNumberGenerator,
3939
final DoubleUnaryOperator targetDensity,

0 commit comments

Comments
 (0)