Giter VIP home page Giter VIP logo

Comments (5)

dmgk avatar dmgk commented on May 25, 2024 2

Everything (except Date) in Faker returns strings. The standard library already provides ways to generate fake (random) numbers with math/rand and crypto/rand.

from faker.

dmgk avatar dmgk commented on May 25, 2024 1

Number interface now has three new methods that return positive integers:

NumberInt(digits int) int     // => 213
NumberInt32(digits int) int32 // => 92938
NumberInt64(digits int) int64 // => 1689541633257139096

That should reduce the need for conversion helper functions. faker.Number().Number() still returns string to preserve backward compatibility.

from faker.

bwiggs avatar bwiggs commented on May 25, 2024

Second on this. I want to have a consistent way of generating fake data. Using this lib for some data, and crypto.Rand for other data types just leads to inconsistent data generation within our test suites.

from faker.

charleshimmer avatar charleshimmer commented on May 25, 2024

I agree with @djarbz, returning a number type makes a lot more sense when you're generating a number. The argument that the standard library already provides way to generated fake numbers is non-sensical IMO. If you want any rand number sure the math/rand will work but as soon as you want more control like a number between this range, or a positive number, or a negative number etc you're having to write little utility functions one would hope their fake data lib would do for them.

from faker.

bwiggs avatar bwiggs commented on May 25, 2024

Excellent, thank you!

from faker.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.