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
Platform: linux x86_64
Version: 2.0.2
Args: ["deno", "run", "-A", "random.mjs"]
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/distributions/uniform.rs:561:1:
Uniform::new called with `low >= high`
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: deno_node::ops::crypto::op_node_random_int::op_node_random_int::v8_fn_ptr_fast
4: <unknown>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The exact code triggering it in the file it is not yet identified.
The text was updated successfully, but these errors were encountered:
That code https://github.com/jerome-benoit/benchmarks-js/blob/master/random.mjs with
deno run -A random.mjs
triggers systematically the panic:The exact code triggering it in the file it is not yet identified.
The text was updated successfully, but these errors were encountered: