You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constRandomGenerator=require('im not sure');// const random = new RandomGenerator({// gender: ?String - 'male' 'female' 'any'// first: ?Boolean - Whether to include the first name or not// middle: ?Boolean - Whether to include the middle name or not// last: ?Boolean - Whether to include the last name or not// });constrandom=newRandomGenerator({gender: 'male',first: true,middle: false,last: true});console.log(random.name)// Logs: Bob Marley