You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented support for testfilegenerator.cpp to support --skip=value argument which skips the first [value] bytes from the random number generator. This allows to generate the random sequence 10000000th to 10000007th using only 8 bytes instead of 10000008 bytes.
0 commit comments