dbgen icon indicating copy to clipboard operation
dbgen copied to clipboard

Generate random test cases for databases

Results 1 dbgen issues
Sort by recently updated
recently updated
newest added

Signed-off-by: JmPotato Try to build with v1.58.1, got errors: ![image](https://user-images.githubusercontent.com/1446531/152919811-413ffd30-df8e-460a-829e-afe0fbde86a9.png) According to the [doc](https://docs.rs/rand/latest/rand/rngs/struct.OsRng.html), `OsRng` is supported on crate feature `getrandom` only. This PR fixes this.