MCPcopy Create free account
hub / github.com/cmu-db/benchbase / rng

Method rng

src/main/java/com/oltpbenchmark/api/Loader.java:86–88  ·  view source on GitHub ↗

Get the pre-seeded Random generator for this Loader invocation @return

()

Source from the content-addressed store, hash-verified

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

Callers 15

VoterWorkerMethod · 0.45
loadTableMethod · 0.45
loadItemsMethod · 0.45
loadWarehouseMethod · 0.45
loadStockMethod · 0.45
loadDistrictsMethod · 0.45
loadCustomersMethod · 0.45
loadCustomerHistoryMethod · 0.45
loadOpenOrdersMethod · 0.45
loadOrderLinesMethod · 0.45
TPCHWorkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected