This commit is contained in:
Martin Hořeňovský
2019-11-15 15:06:17 +01:00
parent d512decaac
commit e1c9d5569d
8 changed files with 612 additions and 287 deletions

View File

@@ -78,7 +78,7 @@ type, making their usage much nicer. These are
> `from_range` has been introduced in Catch 2.10.0
> `range()` for floating point numbers has been introduced in Catch X.Y.Z
> `range()` for floating point numbers has been introduced in Catch 2.11.0
And can be used as shown in the example below to create a generator
that returns 100 odd random number: