woocommerce / wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
315 stars 49 forks source link

Use wp_rand() #33

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

wp_rand() is a less predictable replacement for the PHP native rand() and mt_rand() functions.

Refs: