UNPKG

@stdlib/random-array-lognormal

Version:

Create an array containing pseudorandom numbers drawn from a lognormal distribution.

8 lines (7 loc) 655 B
"use strict";var a=function(u,r){return function(){return r||u((r={exports:{}}).exports,r),r.exports}};var e=a(function(x,t){ var v=require('@stdlib/random-array-tools-binary-factory/dist'),n=require('@stdlib/array-dtypes/dist'),c=require('@stdlib/array-defaults/dist'),y=require('@stdlib/random-base-lognormal/dist'),l=n("real_floating_point_and_generic"),q=v(y,l,c.get("dtypes.real_floating_point"));t.exports=q });var o=a(function(b,i){ var f=e(),p=f();i.exports=p });var _=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),s=o(),d=e();_(s,"factory",d);module.exports=s; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map