Skip to content

Commit

Permalink
Fix isSeedable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf91 committed Jun 18, 2012
1 parent cfeadbb commit 5892180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/random.d
Expand Up @@ -151,8 +151,7 @@ template isUniformRNG(Rng)
/**
* Test if Rng is seedable. The overload
* taking a SeedType also makes sure that the Rng can be seeded with SeedType.
* If SeedType is not an InputRange, additionally checks that the Rng generates
* values of that type.
*
* A seedable random-number generator has the following additional features:
* $(UL
* $(LI it has a 'seed(ElementType)' function)
Expand Down

0 comments on commit 5892180

Please sign in to comment.