misc
This commit is contained in:
parent
c5c60ba9ff
commit
e8693b7b66
|
@ -11,12 +11,11 @@ type
|
|||
RandomChunker* = Chunker
|
||||
|
||||
proc new*(
|
||||
T: type RandomChunker,
|
||||
rng: Rng,
|
||||
chunkSize: int | NBytes,
|
||||
size: int | NBytes,
|
||||
pad = false
|
||||
): RandomChunker =
|
||||
T: type RandomChunker,
|
||||
rng: Rng,
|
||||
chunkSize: int | NBytes,
|
||||
size: int | NBytes,
|
||||
pad = false): RandomChunker =
|
||||
## Create a chunker that produces random data
|
||||
##
|
||||
|
||||
|
|
Loading…
Reference in New Issue