GithubHelp home page GithubHelp logo

Comments (5)

flashultra avatar flashultra commented on June 8, 2024

Thank you for reporting the bug.

The problem is with the following code
Std.int(haxe.Timer.stamp() * 1000)
It's always return -2147483648 ( or in hex FFFF FFFF 8000 0000) ( overflow ) which maybe is correct.

I will need to do some more test.

from uuid.

NQNStudios avatar NQNStudios commented on June 8, 2024

I thought that this commit in scottPlusPlus's fork might fix the problem, but it didn't: scottPlusPlus@36eb3c1

from uuid.

flashultra avatar flashultra commented on June 8, 2024

I can't commit the fix right now, but it should be something like that

  1. Replace static var rndSeed:Int ...... with
    static var rndSeed:Int64 = Int64.fromFloatt(Timer.stamp() * 1000);
  2. Replace private static function splitmix64_seed(index:Int):Int64 with
    private static function splitmix64_seed(index:Int64):Int64

This should fix the problem, but I can't make test and commit right now.

from uuid.

NQNStudios avatar NQNStudios commented on June 8, 2024

For now, I'm working around the issue by using v1() instead #if neko.

from uuid.

flashultra avatar flashultra commented on June 8, 2024

Fixed with version 2.3.2
For update :
haxelib update uuid

from uuid.

Related Issues (3)

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.