misc
This commit is contained in:
parent
c5c60ba9ff
commit
e8693b7b66
|
@ -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
|
||||
##
|
||||
|
||||
|
|
Loading…
Reference in New Issue