Prefix kernel methods with _, no prefix for API methods. Example: ``` js random._shuffle ; // configurable sample based shuffle method random.shuffle ; // API shuffle method, no configuration ```