This commit is contained in:
Dmitriy Ryajov 2024-02-01 19:01:39 -06:00
parent c5c60ba9ff
commit e8693b7b66
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 6 additions and 7 deletions

View File

@ -15,8 +15,7 @@ proc new*(
rng: Rng,
chunkSize: int | NBytes,
size: int | NBytes,
pad = false
): RandomChunker =
pad = false): RandomChunker =
## Create a chunker that produces random data
##