Get the pre-seeded Random generator for this Loader invocation @return
()
| 84 | * @return |
| 85 | */ |
| 86 | public Random rng() { |
| 87 | return (this.benchmark.rng()); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Method that can be overriden to specifically unload the tables of the database. In the default |
no outgoing calls
no test coverage detected