mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-19 09:22:41 +00:00
misc
This commit is contained in:
parent
df684302f6
commit
d3c0667616
@ -15,8 +15,7 @@ proc new*(
|
|||||||
rng: Rng,
|
rng: Rng,
|
||||||
chunkSize: int | NBytes,
|
chunkSize: int | NBytes,
|
||||||
size: int | NBytes,
|
size: int | NBytes,
|
||||||
pad = false
|
pad = false): RandomChunker =
|
||||||
): RandomChunker =
|
|
||||||
## Create a chunker that produces random data
|
## Create a chunker that produces random data
|
||||||
##
|
##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user